-
-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 665 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 665 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
{
"name": "@nobleclem/jquery-multiselect",
"description": "Turn a multiselect list into a nice and easy to use list with checkboxes",
"author": {
"name": "Patrick Springstubbe",
"url" : "http://springstubbe.us"
},
"version": "2.4.24",
"main": "jquery.multiselect.js",
"license": "MIT",
"keywords": [
"jquery",
"MultiSelect",
"CheckBox"
],
"homepage": "https://github.com/nobleclem/jQuery-MultiSelect",
"repository": {
"type": "git",
"url" : "https://github.com/nobleclem/jQuery-MultiSelect.git"
},
"peerDependencies": {
"jquery": ">=1.11.0"
}
}