UNPKG

1.35 kBJSONView Raw
1{
2 "name": "heroku-pg",
3 "description": "Heroku CLI plugin to manage Postgres.",
4 "version": "2.9.0",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-pg/issues"
8 },
9 "dependencies": {
10 "bytes": "^2.5.0",
11 "co": "^4.6.0",
12 "co-wait": "^0.0.0",
13 "debug": "^3.0.0",
14 "filesize": "^3.5.10",
15 "heroku-cli-addons": "^1.2.26",
16 "heroku-cli-util": "^6.2.0",
17 "lodash.capitalize": "^4.2.1",
18 "lodash.flatten": "^4.4.0",
19 "lodash.sample": "^4.2.1",
20 "lodash.sortby": "^4.7.0",
21 "lodash.uniqby": "^4.7.0",
22 "mkdirp": "^0.5.1",
23 "smooth-progress": "^1.1.0",
24 "string": "^3.3.3",
25 "strip-eof": "^1.0.0",
26 "tunnel-ssh": "^4.1.3"
27 },
28 "devDependencies": {
29 "heroku-client": "^3.0.2",
30 "mocha": "^3.4.2",
31 "nock": "9.1.6",
32 "np": "^2.16.0",
33 "nyc": "^11.0.3",
34 "proxyquire": "^1.8.0",
35 "sinon": "<2",
36 "standard": "^10.0.2",
37 "unexpected": "^10.29.0"
38 },
39 "files": [
40 "index.js",
41 "lib",
42 "commands"
43 ],
44 "homepage": "https://github.com/heroku/heroku-pg",
45 "keywords": [
46 "heroku-plugin"
47 ],
48 "license": "ISC",
49 "main": "index.js",
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/heroku/heroku-pg.git"
53 },
54 "scripts": {
55 "test": "TZ=utc nyc mocha && standard",
56 "release": "np"
57 }
58}