{
  "name": "hipchat-hotline",
  "version": "0.2.0",
  "description": "A small command line utility for sending hipchat messages",
  "main": "index.js",
  "bin": {
    "hipchat-hotline": "./bin/hipchat-hotline"
  },
  "scripts": {
    "send_coverage_to_coveralls": "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
    "lint": "node_modules/jshint/bin/jshint lib test bin index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
    "test": "npm run-script lint && gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jedcn/hipchat-hotline"
  },
  "keywords": [
    "cli",
    "command line",
    "command-line",
    "hipchat"
  ],
  "author": "jedcn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jedcn/hipchat-hotline/issues"
  },
  "homepage": "https://github.com/jedcn/hipchat-hotline",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "gulp": "^3.8.11",
    "gulp-istanbul": "^0.6.0",
    "gulp-jasmine": "^2.0.0",
    "gulp-jshint": "^1.9.2",
    "jshint": "^2.6.0",
    "jshint-stylish": "^1.0.0",
    "rewire": "^2.3.0"
  },
  "dependencies": {
    "amp-extend": "^1.0.1",
    "amp-reduce": "^1.0.0",
    "bluebird": "^2.9.13",
    "debug": "^2.1.1",
    "dotenv": "^0.5.1",
    "hipchatter": "^0.2.0",
    "minimist": "^1.1.0"
  }
}
