patashala/style/cms/bower_components/bootstrap-daterangepicker/bower.json
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

21 lines
324 B
JSON
Executable File

{
"name": "bootstrap-daterangepicker",
"main": [
"daterangepicker.js",
"daterangepicker.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"moment.js",
"moment.min.js"
],
"dependencies": {
"jquery": "1.9.1 - 3",
"moment": ">=2.9.0"
}
}