-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (32 loc) · 870 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
{
"name": "firstKoa",
"version": "0.0.0",
"main": "app.js",
"scripts": {
"start": "NODE_ENV=local DEBUG=firstKoa node --harmony app.js",
"test": "mocha --harmony"
},
"dependencies": {
"koa": "0.6.0",
"koa-router": "3.4.0",
"koa-compress": "1.0.6",
"koa-static-cache": "1.2.0",
"koa-session": "3.1.0",
"koa-validator": "0.6.3",
"koa-bodyparser": "1.3.0",
"koa-onerror": "1.2.0",
"lru-cache": "2.5.0",
"xtemplate": "4.2.4",
"xtpl": "3.1.9",
"debug": "2.0.0",
"co-urllib": "0.2.3",
"co": "3.1.0",
"underscore": "1.7.0",
"mini-logger": "1.0.0"
},
"devDependencies": {
"supertest": "^0.12.1",
"mocha": "^1.18.2",
"should": "3.3.2"
}
}