This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_web/www/themes/factuges/assets/plugins/bootstrap-datepicker/component.json

10 lines
206 B
JSON
Raw Normal View History

{
"name": "bootstrap-datepicker",
"version": "1.0.0",
"main": ["js/bootstrap-datepicker.js","css/datepicker.css"],
"dependencies": {
"jquery" : ">=1.7.1",
"bootstrap" : ">=2.0.4 <3.0"
}
}