-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 979 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
41
{
"name": "api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node --harmony-async-await bin/www",
"client": "node --harmony-async-await client.js",
"pm2": "pm2 start bin/run "
},
"dependencies": {
"bluebird": "^3.4.6",
"ccap": "^0.6.10",
"date-format": "^1.0.0",
"debug": "^2.2.0",
"ejs": "^2.5.5",
"koa": "^2.0.0",
"koa-bodyparser": "^2.3.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-router": "^7.0.0",
"koa-static": "^2.0.0",
"koa-views": "^5.2.0",
"mocha": "^3.2.0",
"mongoose": "^4.7.4",
"qs": "^6.3.0",
"request-promise": "^4.1.1",
"sails-mongo": "^0.12.2",
"sails-mysql": "^0.11.5",
"urllib": "^2.19.0",
"uuid": "^3.0.1",
"waterline": "^0.11.6"
},
"devDependencies": {
"chai": "^3.5.0",
"request": "^2.79.0",
"sails-memory": "^0.10.7",
"should": "^11.1.2"
}
}