UNPKG

852 BJSONView Raw
1{
2 "name": "heroku-orgs",
3 "description": "CLI to manage Heroku Organizations",
4 "version": "1.5.7",
5 "author": "Raul Barroso @raulb",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-orgs/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "heroku-cli-util": "6.1.6",
12 "inquirer": "3.0.6",
13 "lodash": "4.17.4",
14 "lodash.flatten": "4.4.0"
15 },
16 "devDependencies": {
17 "chai": "*",
18 "mocha": "*",
19 "mocha-junit-reporter": "1.13.0",
20 "nock": "9.0.9",
21 "nyc": "10.1.2",
22 "proxyquire": "1.7.11",
23 "standard": "9.0.0"
24 },
25 "homepage": "https://github.com/heroku/heroku-orgs",
26 "keywords": [
27 "heroku-plugin"
28 ],
29 "license": "ISC",
30 "main": "index.js",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/heroku/heroku-orgs"
34 },
35 "scripts": {
36 "test": "nyc mocha && standard"
37 }
38}