UNPKG

1.04 kBJSONView Raw
1{
2 "name": "heroku-orgs",
3 "description": "CLI to manage Heroku Organizations",
4 "version": "1.7.1",
5 "author": "Raul Barroso @raulb",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-orgs/issues"
8 },
9 "dependencies": {
10 "cli-engine-command": "^9.0.2",
11 "cli-engine-config": "^3.4.0",
12 "cli-engine-heroku": "^5.0.0",
13 "co": "4.6.0",
14 "heroku-cli-util": "^6.2.10",
15 "inquirer": "^3.3.0",
16 "lodash": "4.17.4",
17 "lodash.flatten": "4.4.0"
18 },
19 "devDependencies": {
20 "chai": "^4.1.2",
21 "mocha": "^3.5.0",
22 "mocha-junit-reporter": "1.13.0",
23 "nock": "^9.0.14",
24 "nyc": "^11.1.0",
25 "proxyquire": "^1.8.0",
26 "standard": "^10.0.3"
27 },
28 "homepage": "https://github.com/heroku/heroku-orgs",
29 "keywords": [
30 "heroku-plugin"
31 ],
32 "license": "ISC",
33 "main": "index.js",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/heroku/heroku-orgs"
37 },
38 "scripts": {
39 "test": "nyc mocha && standard"
40 },
41 "files": [
42 "index.js",
43 "commands",
44 "lib"
45 ]
46}