forked from tommyp/multifilter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultifilter.jquery.json
36 lines (36 loc) · 942 Bytes
/
multifilter.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
{
"name": "multifilter",
"title": "jQuery Multifilter",
"description": "Filter a HTML table based on multiple inputs",
"keywords": [
"table",
"filter",
"input"
],
"version": "1.2.1",
"author": {
"name": "Tommy Palmer",
"email": "[email protected]",
"url": "http://tommyp.org"
},
"maintainers": [
{
"name": "Tommy Palmer",
"email": "[email protected]",
"url": "http://tommyp.org"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tommyp/multifilter/blob/master/LICENSE"
}
],
"bugs": "https://github.com/tommyp/multifilter/issues",
"homepage": "https://github.com/tommyp/multifilter",
"docs": "https://github.com/tommyp/multifilter",
"download": "http://code.jquery.com/#multifilter",
"dependencies": {
"jquery": ">=1.5"
}
}