UNPKG

pokemon.js

Version:

A JavaScript library that makes interacting with PokeAPI easier

30 lines (29 loc) 660 B
{ "scripts": { "test": "node ./test/tester", "dev": "node ./test/dev" }, "name": "pokemon.js", "version": "1.1.8", "description": "A JavaScript library that makes interacting with PokeAPI easier", "author": "musubi", "license": "ISC", "main": "./src/index.js", "repository": { "type": "git", "url": "git+https://github.com/musubi3/pokemon.js.git" }, "bugs": { "url": "https://github.com/musubi3/pokemon.js/issues" }, "homepage": "https://github.com/musubi3/pokemon.js#readme", "keywords": [ "pokemon", "pokeapi", "javascript", "js", "api" ], "dependencies": {}, "devDependencies": {} }