-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 781 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "countryregionjs",
"version": "1.1.3",
"description": "A cascading dropdown for loading countries and states and sub-states.CountryRegionJs is a simple-to-use library that provides you with the MOST COMPREHENSIVE cascading dropdown for loading countries, associated states and substates (local governments).",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest"
},
"repository": "https://github.com/king-Alex-d-great/countryregionjs",
"homepage": "https://github.com/king-Alex-d-great/countryregionjs",
"author": "Ogubuike Alex",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"babel-jest": "^29.5.0",
"jest": "^29.5.0"
},
"dependencies": {
"axios": "^1.4.0"
}
}