-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 905 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 905 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
{
"name": "blh-motor-2017-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-dev": "nodemon -e js,json,hbs bin/www"
},
"dependencies": {
"cloudinary": "^1.14.0",
"connect-mongo": "^2.0.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"firebase-admin": "^7.4.0",
"firebase-functions": "^2.3.1",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"mongoose": "^5.6.1",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}