hubot-pokemon
Version:
A Hubot script to get Pokémon info.
39 lines (38 loc) • 788 B
JSON
{
"name": "hubot-pokemon",
"description": "A Hubot script to get Pokémon info.",
"version": "0.3.10",
"author": {
"name": "Ashley Luna",
"email": "luna@neko.lgbt"
},
"license": "GPL-3.0",
"keywords": [
"hubot",
"hubot-scripts",
"pokemon"
],
"repository": {
"type": "git",
"url": "git://github.com/dualmoon/hubot-pokemon.git"
},
"bugs": {
"url": "https://github.com/dualmoon/hubot-pokemon/issues"
},
"dependencies": {
"cheerio": "^0.18.0",
"fuzzyset.js": "0.0.1",
"joemon": "^2.0.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"sinon": "*",
"sinon-chai": "*"
},
"main": "index.coffee",
"scripts": {
"test": "exit 0"
},
"homepage": "https://github.com/dualmoon/hubot-pokemon"
}