forked from Houfeng/cize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.29 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cize",
"version": "0.3.5",
"dbVersion": "1",
"description": "Cize 是一个「持续集成」工具",
"main": "index.js",
"bin": {
"cize": "./bin/cli.js"
},
"scripts": {
"test": "mocha -t 5s",
"cover": "istanbul cover _mocha"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"ci",
"continuous integration",
"jenkins",
"travis",
"test",
"build"
],
"author": "Houfeng",
"repository": {
"type": "git",
"url": "git+https://github.com/Houfeng/cize.git"
},
"license": "MIT",
"dependencies": {
"ansi-to-html-umd": "^0.4.2",
"async": "^1.5.2",
"bootstrap": "^3.3.7",
"chokidar": "^1.6.1",
"cify": "^2.1.1",
"cmdline": "^2.0.2",
"console3": "^1.0.4",
"cron": "^1.2.1",
"exit-hook2": "^1.0.8",
"font-awesome": "^4.7.0",
"jquery": "^2.2.4",
"js-yaml": "^3.7.0",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"mkdir-p": "0.0.7",
"nokit-pjax": "^0.2.0",
"nokitjs": "^1.26.3",
"ntils": "^2.0.3",
"orm": "^3.2.3",
"request": "^2.79.0",
"rmdir": "^1.2.0",
"shify": "^0.1.2",
"sqlite3": "^3.1.4",
"stp": "0.0.2"
},
"optionalDependencies": {},
"devDependencies": {
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
}
}