29 lines
805 B
JSON
29 lines
805 B
JSON
{
|
|
"name": "country-region-dropdowns",
|
|
"version": "0.1.3",
|
|
"description": "A simple, configurable JS script that lets you add a country dropdown that automatically updates a corresponding region dropdown in your forms.",
|
|
"main": "example.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/benkeen/country-region-dropdowns.git"
|
|
},
|
|
"keywords": [
|
|
"countries",
|
|
"regions"
|
|
],
|
|
"author": "Ben Keen",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"gitHead": "0ba5bbfc1e2b7c13141195d5957a60bd977d2545",
|
|
"bugs": {
|
|
"url": "https://github.com/benkeen/country-region-dropdowns/issues"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-uglify": "~0.3.2"
|
|
}
|
|
}
|