forked from heroku/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.69 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.69 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "heroku-cli",
"description": "CLI to interact with Heroku",
"version": "6.11.7",
"author": "Jeff Dickey @dickeyxxx",
"bin": {
"heroku": "bin/run"
},
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
"dirname": "heroku",
"bin": "heroku",
"node": "7.10.0",
"defaultCommand": "dashboard",
"cloudfront": "EHF9FOCUJYVZ",
"s3": {
"bucket": "heroku-cli-assets",
"host": "cli-assets.heroku.com"
},
"plugins": [
"heroku-apps",
"heroku-certs",
"heroku-ci",
"heroku-cli-addons",
"heroku-cli-oauth",
"heroku-cli-status",
"heroku-fork",
"heroku-git",
"heroku-local",
"heroku-orgs",
"heroku-pg",
"heroku-pipelines",
"heroku-ps-exec",
"heroku-redis",
"heroku-run",
"heroku-spaces"
]
},
"dependencies": {
"cli-engine": "3.5.24",
"heroku-apps": "2.4.0",
"heroku-certs": "1.1.38",
"heroku-ci": "1.8.0",
"heroku-cli-addons": "1.2.21",
"heroku-cli-oauth": "2.0.13",
"heroku-cli-status": "4.0.0",
"heroku-fork": "4.1.23",
"heroku-git": "2.5.17",
"heroku-local": "5.1.16",
"heroku-orgs": "1.6.2",
"heroku-pg": "2.2.1",
"heroku-pipelines": "2.1.1",
"heroku-ps-exec": "1.0.3",
"heroku-redis": "1.2.14",
"heroku-run": "3.4.11",
"heroku-spaces": "2.9.2"
},
"engineStrict": true,
"engines": {
"node": ">=7.10.0"
},
"files": [
"bin"
],
"homepage": "https://cli.heroku.com",
"keywords": [
"heroku",
"heroku-cli-plugin"
],
"license": "ISC",
"repository": "https://github.com/heroku/cli",
"scripts": {
"build": "cli-build",
"release": "cli-release"
}
}