forked from koajs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 913 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
37
38
39
40
{
"name": "koa-examples",
"description": "Examples using Koa",
"version": "0.0.1",
"repository": "https://github.com/koajs/examples",
"bugs": "https://github.com/koajs/examples/issues",
"dependencies": {
"co": "^4.1.0",
"co-body": "^1.0.0",
"co-busboy": "^1.0.2",
"co-fs": "^1.2.0",
"co-views": "^0.2.0",
"ejs": "^1.0.0",
"koa": "^1.0.0",
"koa-basic-auth": "^1.1.1",
"koa-compose": "^2.3.0",
"koa-csrf": "^2.1.1",
"koa-logger": "^1.2.1",
"koa-route": "^1.1.4",
"koa-session": "^3.1.0",
"koa-static": "^2.0.0",
"raw-body": "^1.2.1",
"save-to": "^1.0.3",
"streaming-json-stringify": "^1.0.0",
"swig": "^1.4.2"
},
"devDependencies": {
"co": "*",
"mocha": "*",
"should": "^3.3.2",
"supertest": "*"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.11.13"
},
"license": "MIT"
}