-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 931 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 931 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
{
"name": "mongoose-movies",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^2.0.1",
"cloudinary": "^1.11.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"ejs": "^2.5.8",
"express": "~4.16.0",
"express-ejs-layouts": "^2.4.0",
"express-session": "^1.15.6",
"mongoose": "^5.0.14",
"morgan": "~1.9.0",
"multer": "^1.3.1",
"multer-storage-cloudinary": "^2.2.1",
"serve-favicon": "^2.5.0"
},
"main": "app.js",
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}