mirror of
https://github.com/uxsolutions/bootstrap-datepicker.git
synced 2026-01-18 15:53:54 +00:00
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|