hubot-catme2
Version:
Catme is the most importantest hubot script. This script is based on hubot-catme but uses an API key to get more images.
42 lines (41 loc) • 982 B
JSON
{
"name": "hubot-catme2",
"description": "Catme is the most importantest hubot script. This script is based on hubot-catme but uses an API key to get more images.",
"version": "0.0.3",
"author": "Taylan Aydinli <taylanaydinli@gmail.com>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"cat",
"cats",
"catme",
"catapi",
"cat-images"
],
"repository": {
"type": "git",
"url": "git://github.com/taylan/hubot-catme.git"
},
"bugs": {
"url": "https://github.com/taylan/hubot-catme/issues"
},
"dependencies": {
"cheerio": "^0.19.0",
"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"
}
}