hubot-memes
Version:
Meme generator from memegen.link
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "hubot-memes",
"version": "1.6.2",
"description": "Meme generator from memegen.link",
"main": "index.coffee",
"author": {
"name": "Lilybeth Shields",
"email": "lilyonalillypad@gmail.com",
"url": "https://github.com/lilybethsheilds"
},
"contributors": [{
"name": "Wayne Graham",
"email": "wayne.graham@gmail.com",
"url": "https://github.com/waynegraham"
},{
"name": "Seth Aten",
"url": "https://github.com/SethAten"
},{
"name": "Michael Reeves",
"url": "https://github.com/mreeves1"
},{
"name": "James Ascher",
"url": "https://github.com/cacology"
},{
"name": "Jordan Neufeld",
"url": "http://www.neufeldtech.com/"
}
],
"keywords": [
"hubot",
"hubot-scripts",
"meme",
"generator"
],
"license": "MIT",
"scripts": {
"test": "script/test"
},
"homepage": "https://github.com/waynegraham/hubot-memes/",
"repository": {
"type": "git",
"url": "https://github.com/waynegraham/hubot-memes.git"
},
"bugs": {
"url": "https://github.com/waynegraham/hubot-memes/issues"
},
"dependencies": {
"hubot": ">= 2.4.0",
"coffee-script": "~1.6"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
}
}