forked from tb1over/node-koa-REST-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 677 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 677 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
{
"name": "koa-dome",
"version": "2.0.0",
"description": "koa2",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "node app.js"
},
"author": "pangyongsheng",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.3",
"koa": "2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-cors": "0.0.16",
"koa-jsonp": "^2.0.2",
"koa-router": "^7.0.0",
"koa-session-minimal": "^3.0.4",
"koa2-cors": "^2.0.3",
"mime": "^1.3.6",
"mysql": "^2.15.0",
"sequelize": "3.24.1",
"mz": "^2.6.0",
"nunjucks": "^2.4.2",
"ws": "^1.1.1"
},
"devDependencies": {
"mocha": "^3.0.2",
"supertest": "^3.0.0"
}
}