country-region-selector/package.json

29 lines
805 B
JSON
Raw Normal View History

2014-03-23 04:10:12 +00:00
{
"name": "country-region-dropdowns",
2015-02-11 01:37:04 +00:00
"version": "0.1.3",
2014-03-23 04:10:12 +00:00
"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"
2014-03-23 04:10:12 +00:00
}
}