mirror of
https://github.com/uxsolutions/bootstrap-datepicker.git
synced 2026-01-25 16:46:28 +00:00
12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"name": "bootstrap-datepicker",
|
|
"version": "1.4.0",
|
|
"main": ["js/bootstrap-datepicker.js", "css/datepicker.css", "css/datepicker3.css"],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"jquery" : ">=1.7.1",
|
|
"bootstrap" : ">=2.0.4 <4.0"
|
|
},
|
|
"ignore": {}
|
|
}
|