forked from ProboCI/probo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.37 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "probo",
"version": "3.8.0",
"description": "The main repository for the probo project.",
"homepage": "http://probo.ci",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ProboCI/probo.git"
},
"scripts": {
"coverage": "./node_modules/.bin/istanbul cover -- ./node_modules/.bin/_mocha --recursive",
"standards": "./node_modules/.bin/eslint lib cli-subcommands test",
"test": "mocha --recursive",
"test:watch": "mocha -w --recursive"
},
"contributors": [
"Howard Tyson <[email protected]> (http://howardtyson.com)",
"Ilya Braude <[email protected]> (http://www.ilyabraude.com/)",
"Laurence Liss <[email protected]> (https://www.laurenceliss.com)",
"James Cole <[email protected]> (https://ofjamescole.com)"
],
"license": "Apache-2.0",
"dependencies": {
"JSONStream": "^1.0.4",
"async": "^0.9.2",
"biguint-format": "^1.0.0",
"bl": "^0.9.4",
"bluebird": "^2.9.34",
"bunyan": "^1.3.4",
"bytes": "^2.1.0",
"co": "^4.6.0",
"co-read": "^0.1.1",
"co-wait": "0.0.0",
"docker-raw-stream": "^1.3.1",
"dockerode": "^2.0.4",
"eslint-config-probo": "^1.0.2",
"event-stream": "^3.3.2",
"express": "^4.12.3",
"flake-idgen": "^1.0.0",
"github": "^0.2.3",
"github-api": "^0.10.3",
"github-client": "^0.8.0",
"github-webhook-handler": "^0.3.4",
"glob": "^4.4.2",
"http-proxy": "^1.8.1",
"js-yaml": "^3.2.7",
"level": "^1.3.0",
"lodash": "^3.10.1",
"ms": "^0.7.1",
"probo-eventbus": "^0.1.1",
"probo-request-logger": "^1.0.1",
"redis": "^0.12.1",
"request": "^2.53.0",
"request-promise": "^1.0.2",
"restify": "^2.8.5",
"shell-escape": "^0.2.0",
"stream-combiner": "^0.2.2",
"superagent": "^1.1.0",
"through2": "^0.6.3",
"window-size": "^0.1.0",
"wordwrap": "0.0.2",
"yaml-config-loader": "1.1.1",
"yargs": "^3.4.5"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"coveralls": "^2.11.4",
"eslint": "^1.7.3",
"istanbul": "^0.4.0",
"memdown": "^1.1.2",
"mocha": "^2.2.4",
"nock": "^1.6.0",
"shell-quote": "^1.4.3",
"should": "^5.2.0",
"sinon": "^1.16.1"
},
"bugs": {
"url": "https://github.com/ProboCI/probo/issues"
},
"directories": {
"test": "test"
},
"author": "Probo.CI <[email protected]> (https://probo.ci)"
}