UNPKG

983 BJSONView Raw
1{
2 "name": "heroku-spaces",
3 "description": "Heroku plugin to manage Heroku Private Spaces",
4 "version": "2.8.3",
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.15",
12 "lodash.foreach": "^4.5.0",
13 "lodash.reduce": "^4.6.0",
14 "lodash.sortby": "^4.7.0",
15 "strftime": "^0.10.0"
16 },
17 "devDependencies": {
18 "chai": "3.5.0",
19 "chai-as-promised": "6.0.0",
20 "codeclimate-test-reporter": "0.4.1",
21 "coveralls": "2.11.16",
22 "mocha": "3.2.0",
23 "nock": "9.0.9",
24 "nyc": "10.1.2",
25 "standard": "9.0.0"
26 },
27 "keywords": [
28 "heroku-plugin"
29 ],
30 "license": "ISC",
31 "main": "index.js",
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/heroku/heroku-spaces"
35 },
36 "scripts": {
37 "postversion": "npm publish && git push && git push --tags",
38 "preversion": "npm test",
39 "test": "nyc mocha && standard"
40 }
41}