forked from heroku/heroku-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 900 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
{
"name": "heroku-fork",
"version": "4.1.27",
"description": "Heroku CLI plugin to fork an existing app into a new app.",
"main": "index.js",
"scripts": {
"test": "nyc mocha && jshint ."
},
"files": [
"/oclif.manifest.json",
"/src"
],
"repository": {
"type": "git",
"url": "https://github.com/heroku/heroku-fork.git"
},
"keywords": [
"heroku-plugin"
],
"author": "Jeff Dickey (@dickeyxxx)",
"license": "ISC",
"bugs": {
"url": "https://github.com/heroku/heroku-fork/issues"
},
"homepage": "https://github.com/heroku/heroku-fork",
"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"
}
}