first commit

This commit is contained in:
BACHIR SOULDI
2025-09-28 08:49:37 +01:00
commit 2794e62571
16819 changed files with 2664196 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"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"
}
}