-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
41 lines (41 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jquery-ui-multidatespicker",
"description": "Extension to the jQuery UI Calendar allowing multiple selections",
"author": "Luca Lauretta <luca@lauretta.info>",
"license": "(MIT OR GPLv2)",
"version": "1.6.8",
"main": "jquery-ui.multidatespicker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI.git"
},
"dependencies": {
"jquery": "1.9.1 - 3.7.x",
"jquery-ui": "1.7.0 - 1.14.x"
},
"keywords": [
"jquery",
"jquery-ui",
"calendar",
"datepicker",
"dates",
"multidatespicker",
"multidates",
"multiple",
"range"
],
"type": "commonjs",
"bugs": {
"url": "https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/issues"
},
"homepage": "https://dubrox.github.io/Multiple-Dates-Picker-for-jQuery-UI",
"scripts": {
"test": "jest"
},
"devDependencies": {
"esm": "^3.2.25",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsom": "^1.0.0"
}
}