{
  "name": "hubot-kerbal-stuff",
  "description": "Ask hubot for Kerbal Space Program mods",
  "version": "0.0.5",
  "author": "hashashin <gentoo.power@gmail.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "ksp"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/hashashin/hubot-kerbal-stuff.git"
  },
  "bugs": {
    "url": "https://github.com/hashashin/hubot-kerbal-stuff/issues"
  },
  "dependencies": {},
  "peerDependencies": {
    "hubot": "2.x"
  },
  "devDependencies": {
    "grunt": "*",
    "mocha": "*",
    "chai": "*",
    "sinon-chai": "*",
    "sinon": "*",
    "grunt-mocha-test": "~0.13.2",
    "grunt-release": "~0.14.0",
    "matchdep": "~1.0.1",
    "grunt-contrib-watch": "~1.0.0"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  },
  "homepage": "https://github.com/hashashin/hubot-kerbal-stuff",
  "directories": {
    "test": "test"
  }
}
