{
  "name": "hubot-cf-notifications",
  "version": "0.2.0",
  "description": "Plugin to add Cloud Foundry notifications to Hubot",
  "main": "index.coffee",
  "dependencies": {
    "deep-extend": "^0.4.0",
    "request": "^2.62.0"
  },
  "peerDependencies": {
    "hubot": "2.x"
  },
  "devDependencies": {
    "coffee-coverage": "^0.6.3",
    "coffee-script": "^1.10.0",
    "coffeelint": "^1.11.1",
    "istanbul": "^0.3.20",
    "mocha": "^2.3.2",
    "mocha-sinon": "^1.1.4",
    "nock": "^2.11.0",
    "temporary": "0.0.8"
  },
  "scripts": {
    "coverage": "npm test && ./node_modules/.bin/istanbul report && open coverage/lcov-report/hubot-cf-notifications/src/index.html",
    "lint": "./node_modules/.bin/coffeelint scripts src test",
    "smoke": "coffee src/smoke_tests.coffee",
    "test": "npm run lint && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/18F/hubot-cf-notifications.git"
  },
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "author": "Aidan Feldman <aidan.feldman@gsa.gov>",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/18F/hubot-cf-notifications/issues"
  },
  "homepage": "https://github.com/18F/hubot-cf-notifications#readme"
}
