country-region-selector/bower.json

28 lines
402 B
JSON
Raw Permalink Normal View History

2014-03-27 18:31:52 +00:00
{
"name": "country-region-selector",
2015-02-11 01:37:04 +00:00
"version": "0.1.3",
2014-03-27 18:31:52 +00:00
"main": "source/crs.min.js",
"license": "MIT",
"ignore": [
".gitignore",
"*.md",
"gruntfile.js",
"LICENSE",
2014-04-28 03:15:28 +00:00
"package.json",
"bower.json"
2014-03-27 18:31:52 +00:00
],
"devDependencies": { },
"keywords": [
"country",
2014-04-25 05:44:11 +00:00
"countries",
2014-03-27 18:31:52 +00:00
"regions",
2014-04-25 05:44:11 +00:00
"states",
"provinces",
"counties",
2014-04-28 03:15:28 +00:00
"territories",
2014-04-25 05:44:11 +00:00
"forms",
"dropdowns",
"select boxes"
2014-03-27 18:31:52 +00:00
]
2014-11-01 16:26:22 +00:00
}