UNPKG

pokemap

Version:
40 lines (39 loc) 1.03 kB
{ "name": "pokemap", "version": "1.3.6", "description": "PokemonGo-Map APIs for node.js", "main": "index.js", "scripts": { "bin": "bin/pokemap.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/coolaj86/node-pokemap.git" }, "keywords": [ "pokestop", "pokemon", "pokemons", "pokegym", "gym", "pokemongo", "go" ], "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/Daplie/node-pokemap/issues" }, "homepage": "https://github.com/Daplie/node-pokemap#readme", "dependencies": { "body-parser": "^1.15.2", "express": "^4.14.0", "jsonwebtoken": "^7.1.7", "localhost.daplie.com-certificates": "^1.2.0", "pokemon-go-node-api": "https://github.com/Daplie/Pokemon-GO-node-api.git#master", "request": "^2.73.0", "rsa-compat": "^1.2.4", "tough-cookie-filestore": "0.0.1" } }