-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
72 lines (72 loc) · 1.86 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "pqselect",
"fullname": "paramquery-select",
"version": "2.0.0",
"main": "index.js",
"author": {
"name": "Paramvir Dhindsa",
"url": "http://www.paramquery.com/"
},
"maintainers": [
{
"name": "Paramvir Dhindsa",
"url": "http://www.paramquery.com/"
}
],
"description": "jQuery plugin to select multiple or single options with checkboxes, radio buttons, with support for search, grouping, disabled options and jQueryUI themeRoller ready.",
"homepage": "http://paramquery.com/select",
"repository": {
"type": "git",
"url": "https://github.com/paramquery/select.git"
},
"docs": "http://paramquery.com/api/select",
"demo": "http://paramquery.com/select",
"files": [
"index.js",
"pqselect.min.js",
"pqselect.dev.js",
"pqselect.min.css",
"pqselect.dev.css",
"pqselect.bootstrap.min.css",
"pqselect.bootstrap.dev.css",
"GPL-LICENSE.txt",
"README.md",
"ChangeLog.txt",
"pqselect.d.ts"
],
"license": "See enclosed",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"multiple-select",
"option",
"checkbox",
"radio",
"collision-detection",
"ui",
"theme-roller",
"grouping",
"search",
"disabled-options"
],
"bugs": "https://github.com/paramquery/select/issues",
"peerDependencies": {
"@types/jquery": ">=2.2.1",
"@types/jqueryui": ">=1.12.1",
"jquery": ">=2.2.1",
"jquery-ui-pack": ">=1.12.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-debug-task": "^0.1.5",
"grunt-stripcomments": "^0.3.1"
},
"types": "pqselect.d.ts",
"dependencies": {
"grunt-cli": "^1.4.3"
}
}