heroku/heroku-rediscloud-plugin-example

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "heroku-rediscloud-plugin-example",
  "description": "heroku plugin to manage redis cloud",
  "version": "3.0.0",
  "author": "Jeff Dickey @dickeyxxx",
  "bugs": {
    "url": "https://github.com/heroku/heroku-rediscloud-plugin-example/issues"
  },
  "dependencies": {
    "co": "4.6.0",
    "heroku-cli-util": "5.10.10",
    "ioredis": "1.15.1"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "0.3.1",
    "coveralls": "2.11.9",
    "mocha": "2.4.5",
    "nock": "8.0.0",
    "nyc": "6.4.0",
    "snazzy": "3.0.1",
    "standard": "6.0.8",
    "unexpected": "10.13.2"
  },
  "homepage": "https://devcenter.heroku.com/articles/developing-cli-plug-ins",
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/heroku/heroku-rediscloud-plugin-example"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | codeclimate-test-reporter && nyc report --reporter=text-lcov | coveralls",
    "postversion": "npm publish && git push && git push --tags",
    "preversion": "npm test",
    "test": "nyc mocha && standard | snazzy"
  }
}