forked from heroku/heroku-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 906 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
{
"name": "heroku-fork",
"description": "Heroku CLI plugin to fork an existing app into a new app.",
"version": "4.1.29",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": {
"url": "https://github.com/heroku/heroku-fork/issues"
},
"dependencies": {
"co": "4.x",
"heroku-cli-addons": "^1.2.26",
"heroku-cli-util": "^6.2.0",
"lodash": "4.x"
},
"devDependencies": {
"chai": "^4.0.2",
"jshint": "^2.9.5",
"mocha": "3.4.2",
"mocha-junit-reporter": "1.13.0",
"nock": "9.0.13",
"nyc": "^11.0.3"
},
"files": [
"/index.js",
"/lib",
"/commands"
],
"homepage": "https://github.com/heroku/heroku-fork",
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/heroku/heroku-fork.git"
},
"scripts": {
"test": "nyc mocha && jshint ."
}
}