UNPKG

1.29 kBJSONView Raw
1{
2 "name": "heroku-pg",
3 "description": "Heroku CLI plugin to manage Postgres.",
4 "version": "2.1.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": "2.6.3",
14 "filesize": "3.5.6",
15 "heroku-cli-addons": "1.2.16",
16 "heroku-cli-util": "6.1.17",
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.2"
27 },
28 "devDependencies": {
29 "heroku-client": "3.0.2",
30 "mocha": "3.2.0",
31 "nock": "9.0.11",
32 "nyc": "10.2.0",
33 "proxyquire": "1.7.11",
34 "sinon": "<2",
35 "standard": "8.6.0",
36 "unexpected": "10.26.3"
37 },
38 "files": [
39 "index.js",
40 "lib",
41 "commands"
42 ],
43 "homepage": "https://github.com/heroku/heroku-pg",
44 "keywords": [
45 "heroku-plugin"
46 ],
47 "license": "ISC",
48 "main": "index.js",
49 "repository": {
50 "type": "git",
51 "url": "https://github.com/heroku/heroku-pg.git"
52 },
53 "scripts": {
54 "test": "TZ=utc nyc mocha && standard"
55 }
56}