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