{
  "name": "hubot-witty",
  "description": "A hubot script that does the things",
  "version": "0.0.6",
  "author": "tmitz <tmitsumune@gmail.com>",
  "license": "MIT",

  "keywords": ["hubot","hubot-scripts"],

  "repository": {
    "type": "git",
    "url": "https://github.com/tmitz/hubot-witty.git"
  },

  "bugs": {
    "url": "https://github.com/tmitz/hubot-witty/issues"
  },

  "dependencies": {
    "coffee-script": "^1.7.0"
  },

  "devDependencies": {
    "boolify-string": "^0.1.0",
    "coveralls": "^2.10.1",
    "del": "^0.1.1",
    "event-stream": "^3.1.5",
    "gulp": "^3.8.2",
    "gulp-coffee": "^2.0.1",
    "gulp-coffeelint": "^0.3.3",
    "gulp-espower": "^0.7.1",
    "gulp-if": "^1.2.1",
    "gulp-istanbul": "^0.2.0",
    "gulp-load-plugins": "^0.5.2",
    "gulp-mocha": "^0.4.1",
    "gulp-plumber": "^0.6.3",
    "gulp-sourcemaps": "^0.4.1",
    "gulp-util": "^2.2.19",
    "power-assert": "^0.7.2",
    "sinon": "^1.10.2"
  },

  "main": "index.coffee",

  "scripts": {
    "test": "gulp test",
    "coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  }
}
