hubot-donger
Version:
Donger plugin for your hubot. Grabs donger from dongerlist.com
33 lines (32 loc) • 649 B
JSON
{
"name": "hubot-donger",
"version": "1.0.0",
"description": "Donger plugin for your hubot. Grabs donger from dongerlist.com",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlord.com/r/~dchem/hubot-donger.git"
},
"keywords": [
"hubot",
"hubot-scripts",
"donger"
],
"author": {
"name": "Jae Yang",
"email": "jaey226@gmail.com"
},
"contributors": [
{
"name": "Assaf Gelber"
}
],
"license": "MIT",
"dependencies": {
"htmlparser": "^1.7.7",
"soupselect": "^0.2.0"
}
}