-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 817 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
{
"name": "heroku-cli-static",
"version": "1.0.2",
"description": "Heroku CLI Plugin for Single Page Apps",
"main": "index.js",
"author": [
"Terence Lee @hone02",
"Matt Creager @matt_creager"
],
"repository": {
"type": "git",
"url": "https://github.com/hone/heroku-cli-static"
},
"bugs": {
"url": "https://github.com/heroku/heroku-cli-static/issues"
},
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"dependencies": {
"archiver": "^1.0.0",
"axios": "^0.5.4",
"bluebird": "^2.9.34",
"co": "^4.6.0",
"heroku-cli-util": "5.2.1",
"inquirer": "0.8.5",
"json-stringify-safe": "5.0.1",
"mktmpdir": "0.1.1",
"mz": "^2.0.0",
"request": "2.58.0",
"request-promise": "^0.4.2"
},
"files": [
"/index.js",
"/lib"
]
}