-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathpackage.json
55 lines (55 loc) · 1.39 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "jquery-ui-multidatespicker",
"description": "Extension to the jQuery UI Calendar allowing multiple selections",
"author": "Luca Lauretta <[email protected]>",
"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": {
"format": "prettier --write --ignore-unknown",
"lint": "eslint --cache --fix",
"test": "jest",
"prepare": "husky"
},
"lint-staged": {
"*.js": "npm run lint",
"*.*": "npm run format"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"esm": "^3.2.25",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsom": "^1.0.0",
"lint-staged": "^15.3.0",
"prettier": "3.4.2"
}
}