barangay
Version:
A simple list of barangays in the Philippines ordered into city/towns, provinces, then regions.
25 lines (24 loc) • 542 B
JSON
{
"name": "barangay",
"main": "index.js",
"version": "0.1.5",
"license": "MIT",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "tap"
},
"devDependencies": {
"tap": "15.x"
},
"keywords": [
"address",
"barangay",
"location",
"philippines"
],
"repository": "git://github.com/genediazjr/barangay",
"description": "A simple list of barangays in the Philippines ordered into city/towns, provinces, then regions.",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com)"
}