-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 849 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
{
"name": "starwars-koa2",
"version": "0.0.0",
"description": "test",
"main": "app.js",
"dependencies": {
"co-body": "~0.0.1",
"co-monk": "~0.0.1",
"co-view": "~0.0.1",
"co-views": "~0.2.0",
"koa": "~0.1.2",
"koa-logger": "~1.2.0",
"koa-route": "~1.0.2",
"koa-router": "~2.2.0",
"kongo": "~0.0.3",
"logger": "~0.0.1",
"mongoose": "~3.8.8",
"monk": "~0.7.1",
"swig": "~1.3.2",
"thunkify": "~0.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/Chien19861128/koa-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chien19861128/koa-test/issues"
},
"homepage": "https://github.com/Chien19861128/koa-test"
}