forked from scottoffen/jquery.rowselector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rowselector.jquery.json
44 lines (44 loc) · 1.22 KB
/
rowselector.jquery.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
{
"name" : "rowselector",
"version" : "2.0.0",
"title" : "Row Selector",
"author" :
{
"name" : "Scott Offen",
"email" : "[email protected]",
"url" : "http://www.scottoffen.com"
},
"licenses" :
[
{
"type" : "Apache-2.0",
"url" : "https://raw.githubusercontent.com/scottoffen/jquery.rowselector/master/LICENSE"
}
],
"dependencies" :
{
"jquery": ">=1.11.1"
},
"description" : "jQuery plugin for selecting/deselecting multiple rows in a table using click and shift-clicks.",
"keywords" :
[
"table",
"tables",
"multiselect",
"rows",
"select",
"select-multiple-rows",
"shift-click-select-rows"
],
"maintainers" :
[
{
"name" : "Scott Offen",
"email" : "[email protected]",
"url" : "http://www.scottoffen.com"
}
],
"homepage" : "https://github.com/scottoffen/jquery.rowselector",
"bugs" : "https://github.com/scottoffen/jquery.rowselector/issues",
"docs" : "https://github.com/scottoffen/jquery.rowselector/wiki"
}