heroku-apps
Version:
Heroku CLI plugin to manage apps.
37 lines (36 loc) • 792 B
JSON
{
"name": "heroku-apps",
"version": "0.4.1",
"description": "Heroku CLI plugin to manage apps.",
"main": "index.js",
"scripts": {
"test": "mocha && jshint ."
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/heroku-apps.git"
},
"keywords": [
"heroku-plugin"
],
"author": "Jeff Dickey (@dickeyxxx)",
"license": "ISC",
"bugs": {
"url": "https://github.com/heroku/heroku-apps/issues"
},
"homepage": "https://github.com/heroku/heroku-apps",
"dependencies": {
"co": "4.6.0",
"filesize": "3.1.3",
"heroku-cli-util": "5.5.0",
"lodash": "3.10.1",
"strftime": "0.9.2",
"string": "3.3.1"
},
"devDependencies": {
"chai": "^3.3.0",
"jshint": "*",
"mocha": "^2.3.3",
"nock": "^2.15.0"
}
}