UNPKG

1.02 kBJSONView Raw
1{
2 "name": "heroku-container-registry",
3 "version": "4.3.0",
4 "topic": "container",
5 "description": "Use containers to build and deploy Heroku apps",
6 "main": "index.js",
7 "repository": "https://github.com/heroku/heroku-container-registry",
8 "scripts": {
9 "test": "mocha",
10 "depcheck": "depcheck || true"
11 },
12 "keywords": [
13 "heroku",
14 "container",
15 "cli",
16 "heroku-plugin"
17 ],
18 "author": "Hunter Loftis <hunter@heroku.com>",
19 "license": "ISC",
20 "dependencies": {
21 "camelcase": "1.0.2",
22 "dotenv": "1.1.0",
23 "glob": "7.1.0",
24 "heroku-cli-util": "6.1.17",
25 "inquirer": "3.0.6",
26 "is-there": "4.0.0",
27 "lodash": "3.3.1",
28 "mkdirp": "0.5.0",
29 "node-uuid": "1.4.3",
30 "progress": "1.1.8",
31 "request": "2.53.0",
32 "superagent": "0.21.0",
33 "yamljs": "0.2.4"
34 },
35 "devDependencies": {
36 "chai": "3.2.0",
37 "depcheck": "0.4.7",
38 "dir-compare": "0.0.2",
39 "fs-extra": "0.23.1",
40 "mocha": "2.2.4",
41 "sinon": "2.1.0",
42 "wrench": "1.5.8"
43 }
44}