Gandi/hubot-pager-v2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hubot-pager-v2",
  "description": "A hubot plugin for Pagerduty API v2.",
  "version": "1.1.17",
  "author": {
    "name": "mose",
    "email": "mose@mose.com",
    "url": "https://github.com/mose"
  },
  "contributors": [
      {
          "name": "kolo",
          "email": "kolo@kolo.fr",
          "url" : "https://github.com/baptistem"
      },
      {
          "name": "araujobsd",
          "email": "araujobsdport@gmail.com",
          "url" : "https://github.com/araujobsd"
      }
  ],
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "pagerduty"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Gandi/hubot-pager-v2.git"
  },
  "bugs": {
    "url": "https://github.com/Gandi/hubot-pager-v2/issues"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "moment": ">= 2.14.1"
  },
  "peerDependencies": {
    "hubot": "2.x",
    "coffee-script": "~1.6"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "codeclimate-test-reporter": "~0.3.3",
    "coffee-coverage": "~1.0.1",
    "coffee-script": "~1.6",
    "coffeelint": "~1.15.7",
    "coveralls": "~2.11.12",
    "es6-promise": "~3.2.1",
    "hubot": "2.x",
    "hubot-auth": "^2.0.0",
    "hubot-test-helper": "~1.4.4",
    "irc-colors": "~1.2.1",
    "istanbul": "~0.4.4",
    "mocha": "~3.0.2",
    "nock": "~8.0.0",
    "sinon": "~1.4.2",
    "sinon-chai": "~2.8.0"
  },
  "scripts": {
    "test": "make test",
    "posttest": "coffeelint lib/* scripts/* test/* index.coffee"
  },
  "main": "index.js"
}