forked from mrafiqk/country-state-district
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 831 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
{
"name": "@coffeebeanslabs/country_state_district",
"version": "1.0.1",
"description": "By this package you can get a list of countries, states and districts for marathi and hindi also",
"main": "index.js",
"scripts": {
"test": "mocha tests/*.js -R spec --ui bdd --timeout 5000"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
},
"author": "sharmaPr25",
"license": "ISC",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoffeeBeansLabs/country-state-district"
},
"keywords": [
"nodejs",
"city",
"state",
"district"
],
"bugs": {
"url": "https://github.com/CoffeeBeansLabs/country-state-district/issues"
},
"homepage": "https://github.com/CoffeeBeansLabs/country-state-district#readme"
}