UNPKG

hubot-cah

Version:
38 lines (37 loc) 774 B
{ "name": "hubot-cah", "description": "Cards Against Humanity for Hubot", "version": "0.1.0", "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" } }