hubot-cah
Version:
Cards Against Humanity for Hubot
38 lines (37 loc) • 775 B
JSON
{
"name": "hubot-cah",
"description": "Cards Against Humanity for Hubot",
"version": "0.0.18",
"author": "Cory Metcalfe <corymetcalfe@gmail.com>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"cah",
"cards against humanity"
],
"repository": {
"type": "git",
"url": "git://github.com/coryallegory/hubot-cah"
},
"bugs": {
"url": "https://github.com/coryallegory/hubot-cah/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
},
"homepage": "https://github.com/coryallegory/hubot-cah",
"directories": {
"test": "test"
}
}