forked from dubrox/Multiple-Dates-Picker-for-jQuery-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 741 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 741 Bytes
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
{
"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.7",
"main": "jquery-ui.multidatespicker.js",
"repository": {
"type": "git",
"url": "https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI.git"
},
"dependencies": {
"jquery": "1.9.1 - 3.6.x",
"jquery-ui": "1.7.0 - 1.13.x"
},
"keywords": [
"jquery",
"jquery-ui",
"calendar",
"dates"
],
"bugs": {
"url": "https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/issues"
},
"homepage": "https://dubrox.github.io/Multiple-Dates-Picker-for-jQuery-UI"
}