{
  "name": "hubot-chicken-dance",
  "version": "1.1.0",
  "description": "Hubot script that displays one of the various chicken dances of Arrested Development characters",
  "main": "index.coffee",
  "author": {
    "name": "Morgan Wigmanich",
    "email": "okize123@gmail.com",
    "url": "https://github.com/okize"
  },
  "keywords": [
    "hubot",
    "hubot-scripts",
    "chicken",
    "dance",
    "arrested",
    "development"
  ],
  "license": "MIT",
  "scripts": {
    "test": "script/test",
    "start": "node ./test/server.js"
  },
  "homepage": "https://github.com/okize/hubot-chicken-dance/",
  "repository": {
    "type": "git",
    "url": "https://github.com/okize/hubot-chicken-dance.git"
  },
  "bugs": {
    "url": "https://github.com/okize/hubot-chicken-dance/issues"
  },
  "dependencies": {
    "coffee-script": "1.9.x"
  },
  "devDependencies": {
    "mocha": "1.20.x",
    "chai": "1.9.x",
    "sinon-chai": "2.5.x",
    "sinon": "1.8.x"
  }
}
