diff --git a/PlugIns/Other/DataTables-1.10.16/extras/yadcf-0.9.3/package.json b/PlugIns/Other/DataTables-1.10.16/extras/yadcf-0.9.3/package.json deleted file mode 100644 index 00153343..00000000 --- a/PlugIns/Other/DataTables-1.10.16/extras/yadcf-0.9.3/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "yadcf", - "version": "0.9.2", - "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": ">=1.7.0" - } -}