{
  "name": "jquery-paginate",
  "authors": [
    "Daniel Herzog <info@danielherzog.es>"
  ],
  "description": "jQuery pagination plugin for tables",
  "main": "jquery-paginate.js",
  "keywords": [
    "jquery",
    "paginate",
    "table",
    "client",
    "front-end"
  ],
  "license": "MIT",
  "homepage": "https://github.com/wikiti/jquery-paginate",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~1.12.4"
  }
}
