jemcode/heroku-postico

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "heroku-postico",
  "version": "0.0.7",
  "description": "Heroku plugin for adding postgres connections from heroku to local Postico or PG Commander apps",
  "main": "index.js",
  "author": "Rikki Pitt @jemcode",
  "repository": {
    "type": "git",
    "url": "https://github.com/jemcode/heroku-postico"
  },
  "bugs": {
    "url": "https://github.com/jemcode/heroku-postico/issues"
  },
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "dependencies": {
    "co": "^4.6.0",
    "heroku-cli-util": "^6.2.10",
    "openurl": "^1.1.0"
  },
  "files": [
    "/index.js",
    "/commands/postico"
  ]
}