-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.1 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
44
45
46
47
{
"name": "book",
"version": "0.0.0",
"main": "app.js",
"scripts": {
"start": "NODE_ENV=local DEBUG=book node --harmony app.js",
"test": "mocha --harmony"
},
"dependencies": {
"ali-data-proxy-lite": "^1.1.17",
"co": "3.1.0",
"co-urllib": "0.2.3",
"debug": "2.0.0",
"graceful": "^1.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-less": "^3.1.0",
"jsonfile": "^2.3.1",
"koa": "0.6.0",
"koa-bodyparser": "1.3.0",
"koa-compress": "1.0.6",
"koa-onerror": "1.2.0",
"koa-router": "3.4.0",
"koa-session": "3.1.0",
"koa-static": "^2.0.0",
"koa-static-cache": "1.2.0",
"koa-validator": "0.6.3",
"lodash": "^4.12.0",
"lru-cache": "2.5.0",
"mini-logger": "1.0.0",
"node.extend": "^1.1.5",
"recluster": "^0.4.5",
"underscore": "1.7.0",
"walk": "^2.3.9",
"xtemplate": "4.2.4",
"formidable": "^1.0.17",
"fs": "0.0.2",
"node-uuid": "^1.4.7",
"xtpl": "3.1.9"
},
"devDependencies": {
"gulp-watch": "^4.3.6",
"mocha": "^1.18.2",
"should": "3.3.2",
"supertest": "^0.12.1"
}
}