-
-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 633 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 633 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
25
26
27
28
{
"author": "nobleclem",
"name": "jQuery-MultiSelect",
"description": "Turn a multiselect list into a nice and easy to use list with checkboxes",
"version": "2.4.24",
"main": [
"jquery.multiselect.js",
"jquery.multiselect.css"
],
"license": "MIT",
"authors": [
"nobleclem"
],
"moduleType": [],
"keywords": [
"jquery",
"MultiSelect",
"CheckBox"
],
"homepage": "https://github.com/nobleclem/jQuery-MultiSelect",
"ignore": [
"*/.",
"node_modules",
"bower_components",
"test",
"tests"
]
}