-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 849 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 849 Bytes
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
{
"name": "koa2-demo",
"version": "0.1.0",
"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": {
"co": "^4.6.0",
"co-mysql": "^1.0.0",
"debug": "^2.2.0",
"jade": "~1.11.0",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-static": "^1.5.2",
"koa-views": "^5.0.1",
"koa2-cookie-session": "0.0.1",
"mysql": "^2.15.0",
"runkoa": "^1.5.2"
},
"devDependencies": {
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"should": "^8.3.0",
"supertest": "^1.2.0"
}
}