13 lines
234 B
JSON
13 lines
234 B
JSON
|
{
|
||
|
"name": "bootstrap-datepicker",
|
||
|
"main": [
|
||
|
"dist/css/bootstrap-datepicker3.css",
|
||
|
"dist/js/bootstrap-datepicker.js"
|
||
|
],
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"jquery" : ">=1.7.1 <4.0.0"
|
||
|
},
|
||
|
"ignore": []
|
||
|
}
|