-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 987 Bytes
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
{
"name": "emotions-content",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "DEBUG=emotions-content:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.7",
"body-parser": "^1.18.3",
"cloudinary": "^1.15.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react-d3-components": "^0.9.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
},
"nodemonConfig": {
"ignore": [
"client/*"
]
}
}