component.json as requested

This commit is contained in:
moderndegree 2013-02-11 20:38:26 -06:00
parent 0643f657e8
commit 9415079af6

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": ["js/bootstrap-datepicker.js","css/datepicker.css"],
"dependencies": {
"jquery": "~1.8.1",
"bootstrap": "~2.1.1"
"jquery" : ">=1.7.1",
"bootstrap" : ">=2.0.4"
}
}