{
  "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.9",
  "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": "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"
  }
}
