@esponjosin/pokeapi.js
Version:
pokeapi.js is a module that obtains the data from the page https://pokeapi.co and that allows the user to interact with the page in an easier way
30 lines (29 loc) • 778 B
JSON
{
"name": "@esponjosin/pokeapi.js",
"version": "0.0.2",
"description": "pokeapi.js is a module that obtains the data from the page https://pokeapi.co and that allows the user to interact with the page in an easier way",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esponjosin/pokeapi.js.git"
},
"keywords": [
"pokemon",
"pokeapi",
"pokeapi.js",
"pokeapi.co"
],
"author": "Esponjosin",
"license": "ISC",
"bugs": {
"url": "https://github.com/esponjosin/pokeapi.js/issues"
},
"homepage": "https://github.com/esponjosin/pokeapi.js#readme",
"dependencies": {
"bluebird": "^3.7.2",
"got": "^11.5.1"
}
}