-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
56
{
"name": "pqselect",
"fullname": "paramquery-select",
"version": "2.2.0",
"main": "./pqselect.min.js",
"module": "./pqselect.mjs",
"type": "module",
"exports": {
".": {
"types": "./pqselect.d.ts",
"import": "./pqselect.mjs",
"require": "./pqselect.min.js"
}
},
"author": {
"name": "Paramvir Dhindsa",
"url": "https://paramquery.com/"
},
"description": "jQuery plugin to select multiple or single options with checkboxes, radio buttons, and jQueryUI theme support.",
"homepage": "https://paramquery.com/select",
"repository": {
"type": "git",
"url": "https://github.com/paramquery/select.git"
},
"files": [
"pqselect.mjs",
"pqselect.min.js",
"pqselect.dev.js",
"pqselect.min.css",
"pqselect.dev.css",
"pqselect.bootstrap.min.css",
"pqselect.bootstrap.dev.css",
"index.htm",
"pqselect.d.ts",
"MIT-LICENSE.txt",
"README.md",
"ChangeLog.txt"
],
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"multiple-select",
"ui"
],
"bugs": "https://github.com/paramquery/select/issues",
"peerDependencies": {
"jquery": ">=2.2.1",
"jquery-ui-pack": ">=1.12.3"
},
"devDependencies": {
"clean-css": "^5.3.3",
"prettier": "*"
},
"types": "pqselect.d.ts"
}