You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
234 B
13 lines
234 B
2 years ago
|
{
|
||
|
"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": []
|
||
|
}
|