UNPKG

heroku-apps

Version:

Heroku CLI plugin to manage apps.

128 lines (127 loc) 3.44 kB
{ "name": "heroku-apps", "description": "Heroku CLI plugin to manage apps.", "version": "2.4.22", "author": "Jeff Dickey (@jdxcode)", "bugs": { "url": "https://github.com/heroku/heroku-apps/issues" }, "cli-engine": { "topics": { "stack": { "description": "manage heroku stacks", "hidden": true } } }, "dependencies": { "bluebird": "^3.5.1", "cli-engine-command": "^9.0.7", "cli-engine-config": "^3.4.0", "cli-engine-heroku": "^5.0.4", "co": "^4.6.0", "co-wait": "^0.0.0", "filesize": "^3.5.11", "heroku-cli-util": "^7.0.2", "inquirer": "^4.0.1", "lodash": "^4.17.4", "lodash.compact": "^3.0.1", "lodash.countby": "^4.6.0", "lodash.findindex": "^4.6.0", "lodash.flatten": "^4.4.0", "lodash.foreach": "^4.5.0", "lodash.frompairs": "^4.0.1", "lodash.groupby": "^4.6.0", "lodash.map": "^4.6.0", "lodash.mapkeys": "^4.6.0", "lodash.mean": "^4.1.0", "lodash.pad": "^4.5.1", "lodash.partition": "^4.6.0", "lodash.pickby": "^4.6.0", "lodash.reduce": "^4.6.0", "lodash.round": "^4.0.4", "lodash.sortby": "^4.7.0", "lodash.sum": "^4.0.2", "lodash.sumby": "^4.6.0", "lodash.topairs": "^4.3.0", "lodash.truncate": "^4.4.2", "lodash.values": "^4.3.0", "lodash.zip": "^4.2.0", "mkdirp": "^0.5.1", "mz": "^2.7.0", "netrc-parser": "^2.0.5", "shell-escape": "^0.2.0", "sparkline": "^0.2.0", "strftime": "^0.10.0", "string": "^3.3.3", "term-img": "^2.1.0", "urijs": "1.19.0" }, "devDependencies": { "@anycli/dev-cli": "^0.2.0", "@anycli/plugin-legacy": "^0.0.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-jest": "^21.2.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-preset-flow": "^6.23.0", "chai": "^4.1.2", "changelog": "^1.3.0", "eslint": "^4.7.2", "eslint-config-standard": "^10.2.1", "eslint-plugin-flowtype": "^2.36.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jest": "^21.2.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "flow-bin": "0.54", "fs-extra": "^4.0.2", "istanbul-combine": "^0.3.0", "jest": "^21.2.0", "lolex": "^2.1.2", "mocha": "^3.5.3", "mocha-junit-reporter": "1.13.0", "mockdate": "^2.0.2", "nock": "9.0.14", "nyc": "^11.2.1", "proxyquire": "^1.8.0", "rimraf": "^2.6.2", "std-mocks": "1.0.1", "testdouble": "^3.2.6", "time-require": "0.1.2", "unexpected": "^10.35.0" }, "files": [ "/.anycli.manifest.json", "lib/index.js", "assets", "lib" ], "homepage": "https://github.com/heroku/heroku-apps", "jest": { "setupTestFrameworkScriptFile": "./test/jest.js" }, "keywords": [ "heroku-plugin" ], "license": "ISC", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/heroku/heroku-apps.git" }, "scripts": { "build": "babel src -d lib --ignore '*.test.js'", "clean": "rimraf lib", "prepare": "npm run clean && npm run build", "prepublishOnly": "anycli-dev manifest", "release": "np", "test": "TZ=utc mocha && jest && flow && eslint ." }, "standard": { "env": "mocha" } }