-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.28 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "myapp",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test mocha --recursive"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt": "^0.8.5",
"body-parser": "~1.13.2",
"chai": "^3.4.1",
"config": "^1.19.0",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.13.1",
"express-autoroute": "^1.2.4",
"express-di": "^4.1.1",
"express-session": "^1.13.0",
"express-validator": "^2.18.0",
"jade": "~1.11.0",
"lingo": "0.0.5",
"mocha": "^2.3.4",
"mongoose": "^4.4.5",
"morgan": "~1.6.1",
"multer": "~1.1.0",
"redis": "^2.4.2",
"require-directory": "^2.1.1",
"serve-favicon": "~2.3.0",
"should": "^8.1.1",
"supertest": "^1.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"supertest": "^1.1.0",
"should": "^8.1.1"
},
"jshintConfig": {
"undef": true,
"unused": true,
"node": true,
"strict": false,
"predef": [
"context",
"describe",
"it",
"http",
"Redis",
"DB",
"User",
"Log"
]
},
"description": "API System",
"main": "app.js",
"author": "Peng Li",
"license": "MIT"
}