-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 926 Bytes
/
package.json
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": "ng-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-jwt": "^5.3.0",
"jade": "~1.11.0",
"jsonwebtoken": "^8.0.1",
"md5": "^2.2.1",
"mongodb": "^2.2.31",
"mongoose": "^4.11.13",
"morgan": "~1.8.1",
"q": "^1.5.0",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"connect-redis": "^3.3.2",
"express-session": "^1.15.6",
"moment": "^2.18.1",
"qiniu": "^7.0.8",
"qn": "^1.3.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}