This commit is contained in:
Benjamin Keen 2014-03-27 11:31:52 -07:00
parent 4b8787f1e1
commit 17ed4363f6

19
bower.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "country-region-selector",
"version": "0.1.0",
"main": "source/crs.min.js",
"license": "MIT",
"ignore": [
".gitignore",
"*.md",
"gruntfile.js",
"LICENSE",
"package.json"
],
"devDependencies": { },
"keywords": [
"country",
"regions",
"forms"
]
}