-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 993 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": "kof13",
"version": "0.0.1",
"engines": ["node >= 0.4.0"],
"main": "server.js",
"dependencies":{
"co": "*",
"co-request": "^1.0.0",
"co-views": "^0.3.0",
"koa": "^0.19.0",
"koa-bodyparser": "^1.5.0",
"koa-combo": "^1.0.1",
"koa-combo-parse": "^0.2.2",
"koa-compose": "^2.3.0",
"koa-logger": "*",
"koa-request": "^1.0.0",
"koa-router": "^4.3.2",
"koa-static": "*",
"koa-static-cache": "^3.1.0",
"koa-swig": "^1.3.0",
"koa.io": "0.0.3",
"lodash": "^3.6.0",
"mocha": "*",
"moment": "^2.11.0",
"mongoose": "^4.0.1",
"mysql": "^2.10.0",
"node-uuid": "^1.4.7",
"sequelize": "^3.17.1",
"should": "^3.3.2",
"supertest": "*",
"swig": "^1.4.2",
"utility": "^1.6.0",
"xss": "^0.1.21"
},
"scripts":{
"test": "nodeunit test/*/*"
}
}