-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 917 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
{
"name": "ibird",
"version": "1.0.0-alpha.23",
"description": "A lightweight and flexible web development framework.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yinfxs/ibird.git"
},
"keywords": [
"ibird",
"node",
"koa",
"web",
"app",
"http",
"application",
"framework"
],
"author": "yinfxs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yinfxs/ibird/issues"
},
"homepage": "https://github.com/yinfxs/ibird#readme",
"dependencies": {
"debug": "2.6.9",
"fs-extra": "4.0.2",
"ibird-utils": "0.9.15",
"kcors": "2.2.1",
"koa": "2.3.0",
"koa-body": "2.5.0",
"koa-mount": "3.0.0",
"koa-router": "7.2.1",
"koa-static": "4.0.1",
"mustache": "^2.3.0"
},
"engines": {
"node": ">= 7.6.0"
},
"files": [
"lib"
],
"devDependencies": {}
}