-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "naija-state-local-government",
"version": "1.1.2",
"description": "A simple utility library that lists Nigeria states and local governments with zero dependency",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomicman57/naija-state-local-government.git"
},
"keywords": [
"Nigeria",
"States",
"Country",
"Local",
"Government",
"Nodejs",
"React",
"Capital",
"City",
"Naija",
"Lga",
"Local-government"
],
"author": "Philips Blessing",
"license": "MIT",
"bugs": {
"url": "https://github.com/atomicman57/naija-state-local-government/issues"
},
"homepage": "https://github.com/atomicman57/naija-state-local-government#readme",
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^5.0.0"
}
}