UNPKG

1.24 kBJSONView Raw
1{
2 "name": "heroku-ci",
3 "version": "1.9.5",
4 "description": "Heroku CLI plugin for Heroku CI",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R tap && standard --verbose | standard-tap",
8 "format": "standard --format"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/heroku/heroku-ci.git"
13 },
14 "keywords": [
15 "heroku-plugin"
16 ],
17 "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/heroku/heroku-ci/issues"
21 },
22 "homepage": "https://github.com/heroku/heroku-ci#readme",
23 "devDependencies": {
24 "chai": "^3.5.0",
25 "co-mocha": "^1.1.3",
26 "mocha": "^3.1.2",
27 "nock": "^9.0.2",
28 "sinon": "^1.17.6",
29 "standard": "8.5.0",
30 "standard-tap": "^1.0.1",
31 "std-mocks": "^1.0.1"
32 },
33 "dependencies": {
34 "ansi-escapes": "1.4.0",
35 "bluebird": "^3.4.6",
36 "co": "^4.6.0",
37 "co-wait": "0.0.0",
38 "github-url-to-object": "^2.2.6",
39 "got": "^6.6.3",
40 "heroku-cli-util": "^6.1.17",
41 "heroku-pipelines": "^2.0.1",
42 "heroku-run": "^3.4.16",
43 "lodash.flatten": "^4.4.0",
44 "shell-escape": "^0.2.0",
45 "socket.io-client": "^1.5.1",
46 "temp": "^0.8.3"
47 }
48}