UNPKG

easyplace

Version:

API to search for ceps, streets, neighborhoods and other places

32 lines (31 loc) 698 B
{ "name": "easyplace", "version": "1.0.2", "description": "API to search for ceps, streets, neighborhoods and other places", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ABuarque/EasyPlace.git" }, "keywords": [ "ViaCep", "IBGE", "nodejs", "ES6" ], "author": "ABuarque", "license": "ISC", "bugs": { "url": "https://github.com/ABuarque/EasyPlace/issues" }, "homepage": "https://github.com/ABuarque/EasyPlace#readme", "dependencies": { "axios": "^0.18.0", "babel-register": "^6.26.0" }, "devDependencies": { "babel-preset-es2015": "^6.24.1", "chai": "^4.1.2", "mocha": "^5.2.0" } }