-
Notifications
You must be signed in to change notification settings - Fork 284
/
yadcf.jquery.json
32 lines (32 loc) · 909 Bytes
/
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
{
"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": [
"filter",
"datatables",
"jQuery",
"jquery-plugin",
"plugin",
"column"
],
"version": "0.9.6",
"author": {
"name": "Daniel Reznick",
"url": "https://github.com/vedmack"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vedmack/yadcf/blob/master/LICENSE-MIT.txt"
}
],
"bugs": "https://github.com/vedmack/yadcf/issues",
"homepage": "https://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",
"datatables": ">=1.9"
}
}