forked from harpreetkhalsagtbit/country-state-city
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 878 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
38
39
40
{
"name": "country-state-city",
"version": "0.1.2",
"description": "Library for fetching Country, its States and Cities",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "[email protected]",
"license": "GPL-3.0",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harpreetkhalsagtbit/country-state-city.git"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"pre-push": "npm test"
}
},
"keywords": [
"Country",
"State",
"City",
"GeoLocation",
"Search",
"Filter"
],
"bugs": {
"url": "https://github.com/harpreetkhalsagtbit/country-state-city/issues"
},
"homepage": "https://github.com/harpreetkhalsagtbit/country-state-city#readme",
"devDependencies": {
"husky": "^1.3.1",
"jest": "^23.6.0"
}
}