UNPKG

pokemons

Version:

Full JSON file with every Pokémon basic info. Useful for prototyping.

26 lines (25 loc) 531 B
{ "name": "pokemons", "version": "1.1.0", "description": "Full JSON file with every Pokémon basic info. Useful for prototyping.", "main": "pokemons.json", "repository": "joseluisq/pokemons", "license": "MIT", "author": { "name": "José Luis Quintana", "url": "http://git.io/joseluisq" }, "files": [ "pokemons.json", "README.md", "LICENSE.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 0" }, "keywords": [ "pokemon", "pokeapi", "pokemons" ] }