-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 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": "base2-express-middlewares",
"version": "1.0.3",
"description": "base2-express-middlewares",
"main": "index.js",
"scripts": {
"start": "npm publish ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/i5ting/base2-express-middlewares.git"
},
"author": "i5ting",
"license": "MIT",
"bugs": {
"url": "https://github.com/i5ting/base2-express-middlewares/issues"
},
"homepage": "https://github.com/i5ting/base2-express-middlewares#readme",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"deep-extend": "^0.4.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"mount-routes": "^1.0.5",
"mount_plugin": "^1.0.0",
"require-directory": "^2.1.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"supertest": "^1.1.0",
"supervisor": "^0.9.1"
}
}