mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
13 lines
234 B
JSON
Executable File
13 lines
234 B
JSON
Executable File
{
|
|
"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": []
|
|
}
|