forked from heroku/heroku-container-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 995 Bytes
/
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
{
"name": "heroku-container-tools",
"version": "4.0.0",
"topic": "container",
"description": "Use containers to build and deploy Heroku apps",
"main": "index.js",
"repository": "https://github.com/heroku/heroku-container-tools",
"scripts": {
"test": "mocha",
"depcheck": "depcheck || true"
},
"keywords": [
"heroku",
"cli",
"heroku-plugin"
],
"author": "Hunter Loftis <[email protected]>",
"license": "ISC",
"dependencies": {
"camelcase": "1.0.2",
"co": "4.6.0",
"dotenv": "^1.1.0",
"heroku-cli-util": "^1.8.1",
"heroku-client": "^1.9.1",
"is-there": "4.0.0",
"lodash": "3.3.1",
"mkdirp": "^0.5.0",
"node-uuid": "^1.4.3",
"progress": "1.1.8",
"request": "2.53.0",
"superagent": "^0.21.0",
"yamljs": "0.2.4"
},
"devDependencies": {
"chai": "^3.2.0",
"depcheck": "^0.4.7",
"dir-compare": "^0.0.2",
"fs-extra": "^0.23.1",
"mocha": "^2.2.4",
"wrench": "^1.5.8"
}
}