UNPKG

890 BJSONView Raw
1{
2 "name": "heroku-spaces",
3 "description": "Heroku plugin to manage Heroku Private Spaces",
4 "version": "2.7.1",
5 "author": "Heroku",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-spaces/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "heroku-cli-util": "6.1.6",
12 "lodash.sortby": "4.7.0"
13 },
14 "devDependencies": {
15 "chai": "3.5.0",
16 "chai-as-promised": "5.3.0",
17 "codeclimate-test-reporter": "0.3.3",
18 "coveralls": "2.11.12",
19 "mocha": "3.0.2",
20 "nock": "8.0.0",
21 "nyc": "8.1.0",
22 "standard": "8.0.0"
23 },
24 "keywords": [
25 "heroku-plugin"
26 ],
27 "license": "ISC",
28 "main": "index.js",
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/heroku/heroku-spaces"
32 },
33 "scripts": {
34 "postversion": "npm publish && git push && git push --tags",
35 "preversion": "npm test",
36 "test": "nyc mocha && standard"
37 }
38}