forked from vedmack/yadcf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yadcf.jquery.json
38 lines (38 loc) · 1.06 KB
/
yadcf.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
{
"name": "yadcf",
"title": "Yet Another DataTables Column Filter (Yadcf)",
"description": "This jQuery plug-in allows the user to easily add filter components to table columns, the plug-in works on top of the DataTables jQuery plug-in.",
"keywords": [
"jquery",
"datatables",
"filter",
"column",
"plugin"
],
"version": "0.8.4",
"author": {
"name": "Daniel Reznick",
"url": "https://github.com/vedmack"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vedmack/yadcf/blob/master/LICENSE-MIT.txt"
},
{
"type": "GPL v2",
"url": "https://github.com/vedmack/yadcf/blob/master/LICENSE-GPL"
},
{
"type": "BSD (3-point)",
"url": "https://github.com/vedmack/yadcf/blob/master/LICENSE-BSD"
}
],
"bugs": "https://github.com/vedmack/yadcf/issues",
"homepage": "http://yadcf-showcase.appspot.com/",
"docs": "https://github.com/vedmack/yadcf/blob/master/README.md",
"download": "https://github.com/vedmack/yadcf/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}