-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
27 lines (27 loc) · 859 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
{
"name": "country-region-dropdown-menu",
"version": "2.4.1",
"description": "A dropdown menu created with javascript that allows user to implement country-region dropdown list effortlessly.",
"main": "assets/js/geodatasource-cr.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geodatasource/country-region-dropdown-menu.git"
},
"keywords": [
"geodatasource",
"country",
"region",
"dropdown",
"menu",
"selector"
],
"author": "GeoDataSource <support@geodatasource.com> (https://www.geodatasource.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/geodatasource/country-region-dropdown-menu/issues"
},
"homepage": "https://github.com/geodatasource/country-region-dropdown-menu#readme"
}