hubot-urban-dictionary
Version:
A package for Hubot that allows you to look up definitions via Urban Dictionary.
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "hubot-urban-dictionary",
"version": "1.0.5",
"description": "A package for Hubot that allows you to look up definitions via Urban Dictionary.",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/BryanSaxon/hubot-urban-dictionary.git"
},
"keywords": [
"hubot",
"hubot-scripts",
"urbandictionary",
"urban",
"dictionary",
"slack"
],
"author": "Bryan Saxon <emailBryanSaxon@gmail.com>",
"contributors": [
{
"name": "Justin Licata",
"email": "licata.justine@gmail.com",
"url": "https://github.com/licatajustin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BryanSaxon/hubot-urban-dictionary/issues"
},
"homepage": "https://github.com/BryanSaxon/hubot-urban-dictionary#readme",
"dependencies": {
"hubot": "^2.11.0",
"unirest": "^0.4.2"
},
"engines": {
"node": "0.10.x"
}
}