addresspinas
Version:
This is a simple node package for getting a list of Philippines's Regions, Provinces, Cities/Muninicapals and Barangays including zipcodes that could be useful for forms or other app functionality.
31 lines (30 loc) • 889 B
JSON
{
"name": "addresspinas",
"version": "2.1.3",
"description": "This is a simple node package for getting a list of Philippines's Regions, Provinces, Cities/Muninicapals and Barangays including zipcodes that could be useful for forms or other app functionality.",
"main": "index.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/edcranger/addresspinas.git"
},
"author": "Edison Ocampo\u001b[A\u001b[D\u001b[B\u001b[C",
"license": "MIT",
"dependencies": {},
"homepage": "https://github.com/edcranger/addresspinas",
"keywords": [
"philippine locations",
"barangays",
"regions",
"provinces"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}