-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 905 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": "bionik",
"version": "0.0.1",
"description": "explorations in koa.js",
"main": "app.js",
"scripts": {
"hello": "node --harmony hello.js",
"xresponse-yield": "node --harmony xresponse-yield-style.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdelucchi/bionik.git"
},
"keywords": [
"bionik",
"koa",
"admin",
"app",
"minimal"
],
"author": "Mike Delucchi",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdelucchi/bionik/issues"
},
"homepage": "https://github.com/mdelucchi/bionik#readme",
"dependencies": {
"babel-register": "6.26.0",
"co-body": "5.1.1",
"co-monk": "1.0.0",
"koa": "2.3.0",
"koa-router": "7.2.1",
"monk": "6.0.3",
"supertest": "^3.0.0"
},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "6.24.1",
"supertest": "^"
}
}