heroku-debug
Version:
debugging plugin for the CLI
34 lines (33 loc) • 652 B
JSON
{
"name": "heroku-debug",
"description": "debugging plugin for the CLI",
"version": "5.0.5",
"author": "Jeff Dickey @dickeyxxx",
"bugs": {
"url": "https://github.com/dickeyxxx/heroku-debug/issues"
},
"cli-engine": {
"namespace": "heroku"
},
"dependencies": {
"co": "4.6.0",
"debug": "^3.1.0",
"heroku-cli-util": "7.0.2",
"inquirer": "5.0.1"
},
"devDependencies": {
"standard": "10.0.3"
},
"files": [
"commands"
],
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "commands/index.js",
"repository": "dickeyxxx/heroku-debug",
"scripts": {
"test": "standard"
}
}