-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "koa2-examples",
"version": "0.0.1",
"description": "Examples using Koa2",
"scripts": {
"test": "make test"
},
"repository": "https://github.com/bananaappletw/koa2-examples",
"license": "MIT",
"bugs": {
"url": "https://github.com/bananaappletw/koa2-examples/issues"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"mocha": "^3.2.0",
"should": "^3.3.2",
"supertest": "^3.0.0"
},
"dependencies": {
"async-busboy": "^0.4.0",
"co-fs": "^1.2.0",
"ejs": "^2.5.6",
"koa": "^2.2.0",
"koa-basic-auth": "^1.1.2",
"koa-bodyparser": "^2.3.0",
"koa-compose": "^3.2.1",
"koa-convert": "^1.2.0",
"koa-csrf": "^3.0.6",
"koa-generic-session": "^1.11.5",
"koa-logger": "^2.0.1",
"koa-route": "^2.4.2",
"koa-router": "^7.0.1",
"koa-session": "^3.4.0",
"koa-static": "^3.0.0",
"koa-views": "^5.2.0",
"raw-body": "^2.2.0",
"save-to": "^1.0.3",
"streaming-json-stringify": "^3.1.0",
"swig": "^1.4.2"
}
}