UNPKG

830 BJSONView Raw
1{
2 "name": "heroku-connect-plugin",
3 "description": "Heroku Connect plugin for Heroku Toolbelt",
4 "version": "0.4.0",
5 "author": "Heroku (@heroku)",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/heroku/heroku-connect-plugin.git"
9 },
10 "bugs": {
11 "url": "https://github.com/heroku/heroku-connect-plugin/issues"
12 },
13 "keywords": [
14 "heroku-plugin"
15 ],
16 "license": "ISC",
17 "main": "index.js",
18 "scripts": {
19 "test": "mocha && standard",
20 "style-fix": "standard --fix"
21 },
22 "dependencies": {
23 "co": "4.6.0",
24 "heroku-cli-util": "^5.4.6",
25 "heroku-client": "^1.10.0",
26 "inquirer": "^0.12.0"
27 },
28 "devDependencies": {
29 "mocha": "^3.3.0",
30 "mockdate": "^2.0.1",
31 "nock": "^9.0.13",
32 "sinon": "^2.1.0",
33 "standard": "^10.0.2",
34 "unexpected": "^10.27.0"
35 }
36}