28 lines
402 B
JSON
28 lines
402 B
JSON
{
|
|
"name": "country-region-selector",
|
|
"version": "0.1.3",
|
|
"main": "source/crs.min.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
".gitignore",
|
|
"*.md",
|
|
"gruntfile.js",
|
|
"LICENSE",
|
|
"package.json",
|
|
"bower.json"
|
|
],
|
|
"devDependencies": { },
|
|
"keywords": [
|
|
"country",
|
|
"countries",
|
|
"regions",
|
|
"states",
|
|
"provinces",
|
|
"counties",
|
|
"territories",
|
|
"forms",
|
|
"dropdowns",
|
|
"select boxes"
|
|
]
|
|
}
|