-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 909 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
{
"name": "@cub/cub",
"version": "1.0.0-alpha.0",
"description": "a web framework for fibjs",
"main": "lib/Cub.js",
"scripts": {
"test": "fibjs test/index.test.js",
"ci": "npm run test",
"doc": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubjs/cub.git"
},
"keywords": [
"framework",
"web",
"fibjs"
],
"author": "ngot",
"license": "MIT",
"bugs": {
"url": "https://github.com/cubjs/cub/issues"
},
"homepage": "https://github.com/cubjs/cub#readme",
"ci": {
"type": "travis"
},
"devDependencies": {
"@fibjs/ci": "^1.0.0",
"@fibjs/fs-readdir-recursive": "^1.0.2",
"express": "^4.15.2",
"jsdoc": "^3.4.3",
"koa": "^2.2.0"
},
"dependencies": {
"content-disposition": "^0.5.2",
"escape-html": "^1.0.3",
"mime-types": "^2.1.15",
"statuses": "^1.3.1",
"vary": "^1.1.1"
}
}