-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 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
{
"name": "wasserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.18.2",
"connect-redis": "^3.3.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"echarts": "^4.0.2",
"echarts-wordcloud": "^1.1.3",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"mongoose": "^5.0.1",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"redis": "^2.8.0",
"request": "^2.83.0",
"sentry-node": "^2.2.1",
"serve-favicon": "~2.4.5",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
}
}