-
Notifications
You must be signed in to change notification settings - Fork 692
/
package.json
38 lines (38 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
{
"name": "jquery-ui-multiselect-widget",
"description": "MultiSelect progessively enhances an ordinary multiple select control into elegant drop down list of checkboxes, stylable with ThemeRoller.",
"version": "3.0.1",
"license": "MIT or GPL-2.0",
"author": "Eric Hynds",
"contributors": [
{
"name": "Micheal"
},
{
"name": "AB Zainuddin",
"email": "[email protected]"
},
{
"name": "Steve James"
}
],
"scripts": {
"test": "node-qunit-phantomjs ./tests/unit/index.htm",
"update-docs": "uglifyjs src/jquery.multiselect.js src/jquery.multiselect.filter.js > docs/js/widget.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ehynds/jquery-ui-multiselect-widget"
},
"main": "src/jquery.multiselect.js",
"dependencies": {
"jquery": ">=1.8.0",
"jquery-ui": "^1.11.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-google": "^0.9.1",
"node-qunit-phantomjs": "^2.0.0",
"uglifyjs": "^2.4.11"
}
}