-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 927 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
{
"name": "bingo-third-pusher",
"version": "0.1.1",
"description": "bingo third platform pusher service",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test-self": "node test_self",
"test": " NODE_ENV=test tman -t 8000"
},
"authors": ["jack"],
"license": "MIT",
"dependencies": {
"co-wechat-api": "^2.7.1",
"config": "^1.21.0",
"i18n": "^0.8.3",
"ilog": "^1.0.3",
"limbo": "teambition/limbo#v0.5.2-dev",
"lodash": "^4.14.1",
"moment": "^2.14.1",
"thunk-redis": "^1.6.6",
"thunks": "^4.4.3",
"toa": "^1.8.3",
"toa-body": "^1.3.1",
"toa-morgan": "^1.0.2",
"toa-router": "^1.4.0",
"urllib": "^2.11.1"
},
"devDependencies": {
"standard": "^7.1.2",
"supertest": "^2.0.0",
"tb-mocker": "git+ssh://git@code.teambition.com:openkit/tb-mocker.git",
"tman": "^1.0.5",
"vfw": "^1.3.31",
"vfw-tb": "^1.0.6"
}
}