UNPKG

788 BJSONView Raw
1{
2 "name": "hubot-pokemon",
3 "description": "A Hubot script to get Pokémon info.",
4 "version": "0.3.14",
5 "author": {
6 "name": "Ashley Luna",
7 "email": "luna@neko.lgbt"
8 },
9 "license": "GPL-3.0",
10 "keywords": [
11 "hubot",
12 "hubot-scripts",
13 "pokemon"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/dualmoon/hubot-pokemon.git"
18 },
19 "bugs": {
20 "url": "https://github.com/dualmoon/hubot-pokemon/issues"
21 },
22 "dependencies": {
23 "cheerio": "^0.18.0",
24 "fuzzyset.js": "0.0.1",
25 "joemon": "^2.0.0"
26 },
27 "devDependencies": {
28 "chai": "*",
29 "mocha": "*",
30 "sinon": "*",
31 "sinon-chai": "*"
32 },
33 "main": "index.coffee",
34 "scripts": {
35 "test": "exit 0"
36 },
37 "homepage": "https://github.com/dualmoon/hubot-pokemon"
38}