heroku-debug
Version:
debugging plugin for the CLI
27 lines (26 loc) • 548 B
JSON
{
"name": "heroku-debug",
"description": "debugging plugin for the CLI",
"version": "4.0.0",
"author": "Jeff Dickey @dickeyxxx",
"repository": "heroku/heroku-cli-debug",
"bugs": {
"url": "https://github.com/heroku/heroku-cli-debug/issues"
},
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"scripts": {
"test": "mocha && standard"
},
"dependencies": {
"co": "4.6.0",
"heroku-cli-util": "6.0.7",
"inquirer": "1.0.2"
},
"devDependencies": {
"standard": "7.1.0"
}
}