heroku-fork
Version:
Heroku CLI plugin to fork an existing app into a new app.
37 lines (36 loc) • 843 B
JSON
{
"name": "heroku-fork",
"version": "4.1.26",
"description": "Heroku CLI plugin to fork an existing app into a new app.",
"main": "index.js",
"scripts": {
"test": "nyc mocha && jshint ."
},
"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"
}
}