UNPKG

791 BJSONView Raw
1{
2 "name": "heroku-orgs",
3 "version": "1.1.0",
4 "description": "CLI to manage Heroku Organizations",
5 "main": "index.js",
6 "author": "Raul Barroso @raulb",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/heroku/heroku-orgs"
10 },
11 "bugs": {
12 "url": "https://github.com/heroku/heroku-orgs/issues"
13 },
14 "keywords": [
15 "heroku-plugin"
16 ],
17 "license": "ISC",
18 "homepage": "https://github.com/heroku/heroku-orgs",
19 "scripts": {
20 "test": "jshint . && mocha",
21 "preversion": "npm test",
22 "postversion": "npm publish && git push && git push --tags"
23 },
24 "dependencies": {
25 "co": "4.6.0",
26 "heroku-cli-util": "5.10.4",
27 "lodash": "4.10.0"
28 },
29 "devDependencies": {
30 "chai": "*",
31 "jshint": "*",
32 "mocha": "*",
33 "nock": "*"
34 }
35}