-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "djnow-app-service",
"version": "1.0.0",
"description": "Express js app for DJ Now Web App",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "German Llop",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jimp": "^0.12.1",
"mailgun-js": "^0.22.0",
"minio": "^7.0.16",
"mongoose": "^5.9.10",
"mongoose-slug-generator": "^1.0.4",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.8",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-http": "^0.3.0",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"simple-crypto-js": "^3.0.0",
"socket.io": "^2.3.0",
"util": "^0.12.2",
"whiskers": "^0.4.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}