ibge
Version:
Módulo de Node.js que fornece dados da API IBGE
32 lines (31 loc) • 647 B
JSON
{
"name": "ibge",
"version": "0.0.3",
"description": "Módulo de Node.js que fornece dados da API IBGE",
"main": "index.js",
"dependencies": {
"axios": "^0.21.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snippet/IBGE.git"
},
"keywords": [
"estados",
"cidades",
"brasil",
"select",
"combobox",
"IBGE"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/snippet/IBGE/issues"
},
"homepage": "https://github.com/snippet/IBGE#readme"
}