-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist-selection.jquery.json
More file actions
36 lines (36 loc) · 967 Bytes
/
list-selection.jquery.json
File metadata and controls
36 lines (36 loc) · 967 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
29
30
31
32
33
34
35
36
{
"name": "list-selection",
"title": "jQuery List Selection",
"description": "File manager style rich selection for lists of elements",
"keywords": [
"list",
"lists",
"selection",
"multi",
"multiple"
],
"version": "0.1.2",
"author": {
"name": "Tom Marshall",
"email": "tom@bang-on.net",
"url": "https://github.com/tommarshall"
},
"maintainers": [
{
"name": "Tom Marshall",
"email": "tom@bang-on.net",
"url": "https://github.com/tommarshall"
}
],
"licenses": [{
"type": "MIT",
"url": "http://tommarshall.mit-license.org/"
}],
"bugs": "https://github.com/tommarshall/jquery-list-selection/issues",
"homepage": "https://github.com/tommarshall/jquery-list-selection",
"docs": "https://github.com/tommarshall/jquery-list-selection#readme",
"download": "https://github.com/tommarshall/jquery-list-selection/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}