Files
CRM/layouts/v7/lib/jquery/daterangepicker/bower.json
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

35 lines
700 B
JSON

{
"name": "jquery-date-range-picker",
"version": "0.0.5",
"homepage": "https://github.com/longbill/jquery-date-range-picker",
"authors": [
"<longbill.cn@gmail.com>"
],
"description": "jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.",
"main": ["./jquery.daterangepicker.js", "./daterangepicker.css"],
"moduleType": [
"amd",
"globals"
],
"keywords": [
"jquery",
"date",
"daterange",
"date",
"picker",
"range"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"moment": ">=2.2.0",
"jquery": ">=1.3.2"
}
}