nigeria-states-lgas
Version:
A vanilla JavaScript utility project that lists all the states of Nigeria, senatorial zones and their local governments
35 lines (34 loc) • 772 B
JSON
{
"name": "nigeria-states-lgas",
"version": "0.0.2",
"description": "A vanilla JavaScript utility project that lists all the states of Nigeria, senatorial zones and their local governments",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Xavier-Platinum/nigeria-states-lgas.git"
},
"keywords": [
"Nigeria",
"States",
"Country",
"Local",
"Government",
"Nodejs",
"React",
"Capital",
"City",
"Naija",
"Lga",
"Local-government"
],
"author": "team-xavier",
"license": "MIT",
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^10.0.0"
},
"homepage": "https://github.com/Xavier-Platinum/nigeria-states-lgas#readme"
}