-
Notifications
You must be signed in to change notification settings - Fork 284
/
package.json
35 lines (35 loc) · 880 Bytes
/
package.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
{
"name": "yadcf",
"version": "0.9.6",
"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.",
"author": {
"name": "Daniel Reznick",
"url": "https://github.com/vedmack"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vedmack/yadcf.git"
},
"homepage": "http://yadcf-showcase.appspot.com/",
"bugs": {
"url": "https://github.com/vedmack/yadcf/issues"
},
"main": "jquery.dataTables.yadcf.js",
"files": [
"jquery.dataTables.yadcf.js",
"jquery.dataTables.yadcf.css"
],
"keywords": [
"filter",
"datatables",
"jQuery",
"jquery-plugin",
"plugin",
"column"
],
"dependencies": {
"jquery": "^3.5.0"
}
}