UNPKG

1.16 kBJSONView Raw
1{
2 "name": "heroku-cli-addons",
3 "description": "`heroku addons:*` commands",
4 "version": "1.2.1",
5 "author": "Bo Jeanes @bjeanes",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-cli-addons/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "co-wait": "0.0.0",
12 "heroku-cli-util": "6.0.15",
13 "lodash.flatten": "4.3.0",
14 "lodash.groupby": "4.5.1",
15 "lodash.memoize": "4.1.1",
16 "lodash.merge": "4.5.1",
17 "lodash.some": "4.5.1",
18 "lodash.sortby": "4.6.1",
19 "lodash.topairs": "4.2.0",
20 "lodash.values": "4.2.0",
21 "printf": "0.2.5"
22 },
23 "devDependencies": {
24 "chai": "^3.2.0",
25 "lolex": "1.5.1",
26 "mocha": "3.0.2",
27 "nock": "8.0.0",
28 "nyc": "7.1.0",
29 "standard": "7.1.2",
30 "time-require": "0.1.2",
31 "unexpected": "10.15.1"
32 },
33 "homepage": "https://github.com/heroku/heroku-cli-addons",
34 "keywords": [
35 "heroku-plugin"
36 ],
37 "license": "ISC",
38 "main": "index.js",
39 "repository": "https://github.com/heroku/heroku-cli-addons",
40 "scripts": {
41 "postversion": "npm publish && git push && git push --tags",
42 "preversion": "npm test",
43 "test": "nyc mocha && standard"
44 }
45}