hubot-simpsons
Version:
A Simpsons Quote and Image Generator for Hubots.
41 lines (40 loc) • 859 B
JSON
{
"name": "hubot-simpsons",
"description": "A Simpsons Quote and Image Generator for Hubots.",
"version": "0.0.2",
"author": "omardelarosa <thedelarosa@gmail.com>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"simpsons",
"quote",
"image",
"humor",
"funny"
],
"repository": {
"type": "git",
"url": "git://github.com/omardelarosa/hubot-simpsons.git"
},
"bugs": {
"url": "https://github.com/omardelarosa/hubot-simpsons/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}