UNPKG

964 BJSONView Raw
1{
2 "name": "heroku-docker",
3 "version": "0.0.20",
4 "description": "Docker plugin for the Heroku CLI",
5 "main": "index.js",
6 "repository": "https://github.com/heroku/heroku-docker",
7 "scripts": {
8 "test": "mocha --timeout 30000"
9 },
10 "keywords": [
11 "heroku",
12 "docker",
13 "cli",
14 "heroku-plugin"
15 ],
16 "author": "Hunter Loftis <hunter@hunterloftis.com>",
17 "license": "ISC",
18 "dependencies": {
19 "chai": "^2.3.0",
20 "colors": "^1.0.3",
21 "dotenv": "^1.1.0",
22 "glob": "^5.0.5",
23 "heroku-cli-util": "^1.8.1",
24 "heroku-client": "^1.9.1",
25 "is-there": "^1.1.0",
26 "lodash": "3.3.1",
27 "mkdirp": "^0.5.0",
28 "mocha": "^2.2.4",
29 "node-uuid": "^1.4.3",
30 "open": "0.0.5",
31 "progress": "^1.1.8",
32 "prototypes": "^0.3.4",
33 "request": "2.53.0",
34 "request-progress": "^0.3.1",
35 "superagent": "^0.21.0",
36 "yamljs": "^0.2.1"
37 },
38 "devDependencies": {
39 "fs-extra": "^0.18.2",
40 "uuid": "^2.0.1"
41 }
42}