forked from rmm5t/jquery-sieve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sieve.jquery.json
37 lines (37 loc) · 966 Bytes
/
sieve.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
{
"name": "sieve",
"title": "jQuery Sieve",
"description": "jQuery plugin that allows you to quickly add an interactive search filter to any block of content.",
"version": "0.3.0",
"author": {
"name": "Ryan McGeary",
"email": "[email protected]",
"url": "http://ryan.mcgeary.org/"
},
"repository": {
"type": "git",
"url": "git://github.com/rmm5t/jquery-sieve.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.7.0"
},
"keywords": [
"filter",
"search",
"table",
"text",
"index"
],
"homepage": "http://rmm5t.github.io/jquery-sieve/",
"docs": "https://github.com/rmm5t/jquery-sieve",
"demo": "http://rmm5t.github.io/jquery-sieve/",
"download": "http://rmm5t.github.io/jquery-sieve/dist/jquery.sieve.min.js",
"bugs": "https://github.com/rmm5t/jquery-sieve/issues",
"maintainers": []
}