-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "ficion",
"version": "0.2.0",
"description": "Fast Intelligent Continuous Integration On Node",
"main": "index.js",
"scripts": {
"clean": "rm -rf node_modules",
"import-fishin": "node fishin.js",
"import-hapijs": "node hapijs.js",
"import-nodejs": "node nodejs.js",
"start-simple": "node ./lib/start.js",
"start": "bin/startAPI.sh && bin/startUI.sh",
"start-ui": "bin/startUI.sh",
"start-api": "bin/startAPI.sh",
"stop": "bin/stopUI.sh && bin/stopAPI.sh",
"stop-ui": "bin/stopUI.sh",
"stop-api": "bin/stopAPI.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/fishin/ficion"
},
"author": "Lloyd Benson",
"license": "MIT",
"bugs": {
"url": "https://github.com/fishin/ficion/issues"
},
"engines": {
"node": ">=4.1.2"
},
"keywords": [ "ci", "continuous integration", "hapi", "scheduler" ],
"homepage": "https://github.com/fishin/ficion",
"dependencies": {
"boom": "2.x.x",
"confidence": "1.x.x",
"good": "6.x.x",
"good-file": "5.x.x",
"good-console": "5.x.x",
"hapi": "13.x.x",
"hoek": "3.x.x",
"inert": "3.x.x",
"joi": "6.x.x",
"lout": "7.x.x",
"poop": "1.x.x",
"node-uuid": "1.4.x",
"rejoice": "3.x.x",
"vision": "3.x.x",
"wreck": "6.x.x",
"gills": "git+https://github.com/fishin/gills.git",
"smelt": "git+https://github.com/fishin/smelt.git",
"tacklebox": "git+https://github.com/fishin/tacklebox.git"
}
}