UNPKG

heroku-cli-util

Version:
34 lines (33 loc) 754 B
{ "name": "heroku-cli-util", "version": "3.5.2", "description": "Set of helpful CLI utilities", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/heroku/heroku-cli-util.git" }, "author": "Jeff Dickey (@dickeyxxx)", "license": "ISC", "bugs": { "url": "https://github.com/heroku/heroku-cli-util/issues" }, "homepage": "https://github.com/heroku/heroku-cli-util", "scripts": { "test": "jshint . && mocha" }, "devDependencies": { "chai": "*", "jshint": "*", "mocha": "*" }, "dependencies": { "chalk": "^1.0.0", "co": "^4.5.4", "columnify": "^1.4.1", "heroku-client": "^1.10.1", "ini": "^1.3.3", "linewrap": "^0.2.1", "lodash": "^3.8.0" } }