{
  "name": "hubot-suncalc",
  "version": "0.1.1",
  "author": {
    "name": "Atsushi Nagase",
    "email": "a@ngs.io",
    "url": "http://ngs.io/"
  },
  "description": "A Hubot script that replies sunrise and sunset of the day for given location.",
  "keywords": [
    "hubot",
    "sunset",
    "sunrize",
    "moon"
  ],
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "main": "./src/index.coffee",
  "repository": {
    "type": "git",
    "url": "git://github.com/ngs/hubot-suncalc.git"
  },
  "bugs": {
    "url": "https://github.com/ngs/hubot-suncalc/issues"
  },
  "scripts": {
    "test": "gulp mocha",
    "postinstall": "/bin/bash -c '[[ -f ./node_modules/.bin/chest ]] && ./node_modules/.bin/chest boost' || :"
  },
  "devDependencies": {
    "hubot": ">=2.8.0",
    "gulp": "^3.7.0",
    "coffee-script": "~1.7.1",
    "gulp-coffee": "^2.0.1",
    "gulp-util": "^2.2.16",
    "hubot-mock-adapter": "^1.0.0",
    "gulp-mocha": "^0.4.1",
    "chai": "^1.9.1",
    "gulp-clean": "^0.3.0",
    "gulp-coffeelint": "^0.3.3",
    "gulp-watch": "^0.6.5",
    "chest": "^0.1.5",
    "sinon": "^1.10.2",
    "sinon-chai": "^2.5.0",
    "nock": "^0.44.1"
  },
  "dependencies": {
    "suncalc": "^1.5.2"
  }
}
