-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 951 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
41
42
43
44
45
46
{
"name": "bd",
"version": "0.4.1",
"description": "An koa-based Node.js web framework",
"main": "lib/application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/demohi/bd.git"
},
"keywords": [
"bd",
"koa",
"koajs",
"bdjs",
"express"
],
"author": "mdemo",
"license": "MIT",
"bugs": {
"url": "https://github.com/demohi/bd/issues"
},
"homepage": "https://github.com/demohi/bd",
"dependencies": {
"bd-autoload": "^0.1.1",
"bd-config": "^0.2.0",
"bd-router": "^0.3.0",
"bd-server": "^0.2.2",
"bd-static": "^0.1.1",
"bd-uuid": "^0.1.0",
"koa": "^0.21.0",
"koa-bodyparser": "^2.0.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.2.2",
"koa-safe-jsonp": "^0.3.0"
},
"engines": {
"node": ">= 0.11.16",
"iojs": ">= 1.0.0"
},
"files": [
"lib"
]
}