-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "xmpb-server",
"version": "1.0.0",
"description": "厦门公租自行车",
"license": "AIL",
"scripts": {
"start": "./node_modules/.bin/nodemon bin/run",
"koa": "./node_modules/.bin/runkoa bin/www",
"pm2": "pm2 start bin/run ",
"test": "./node_modules/.bin/mocha -u bdd"
},
"dependencies": {
"bluebird": "^3.4.7",
"co": "^4.6.0",
"debug": "^2.2.0",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-session": "^3.4.0",
"koa-static": "^1.5.2",
"lodash": "^4.17.4",
"mongoose": "^4.7.6",
"request": "^2.79.0",
"runkoa": "^1.5.2",
"sha1": "^1.1.1",
"sleep": "https://github.com/erikdubbelboer/node-sleep.git",
"speakeasy": "^2.0.0",
"sync-request": "^4.0.1",
"uuid": "^3.0.1",
"winston": "^2.3.1",
"xss": "^0.3.3"
},
"devDependencies": {
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"should": "^8.3.0",
"supertest": "^1.2.0"
}
}