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.
21 lines
324 B
21 lines
324 B
2 weeks ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|