-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
40 lines (40 loc) · 938 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
39
40
{
"name": "moa-api",
"version": "1.0.1",
"private": false,
"scripts": {
"start": "./node_modules/.bin/supervisor ./bin/www",
"pub": "npm publish ."
},
"dependencies": {
"base2": "^1.0.16",
"bluebird": "^2.9.34",
"debug": "~2.2.0",
"express": "^4.13.3",
"ioredis": "^1.9.1",
"is": "^3.1.0",
"jade": "^1.11.0",
"jsonwebtoken": "^5.0.4",
"kp": "^1.1.0",
"log4js": "^0.6.26",
"moa-plugin-user": "^1.0.1",
"mongoose": "4.0.5",
"mongoosedao": "^1.0.13",
"morgan": "~1.6.1",
"mount-controllers": "^1.0.7",
"mount-middlewares": "^1.0.5",
"mount-services": "^1.0.7",
"msgpack5": "^3.1.0",
"res.api": "^1.0.11"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-watch": "^4.3.4",
"mocha": "^2.2.5",
"mount-routes": "^1.0.5",
"supertest": "^1.0.1",
"supervisor": "^0.7.1"
}
}