-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 916 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": "node_base",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.13.2",
"chalk": "^2.3.2",
"cookie-parser": "~1.3.5",
"express": "~4.13.1",
"express-acl": "^2.0.0",
"express-bearer-token": "^2.1.1",
"express-rbac": "^1.1.1",
"express-useragent": "^1.0.12",
"express-validator": "^5.1.2",
"faker": "^4.1.0",
"fcm-node": "^1.2.1",
"helmet": "^3.12.0",
"jsonwebtoken": "^8.2.1",
"moment": "^2.22.1",
"mongoose": "^5.0.7",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"node-thumbnail": "^0.14.0",
"npm": "^5.7.1",
"rotating-file-stream": "^1.3.4",
"swagger-ui-express": "^3.0.8",
"underscore": "^1.8.3",
"winston": "^2.4.0",
"winston-daily-rotate": "0.0.1"
},
"devDependencies": {
"nodemon": "*"
}
}