{
  "name": "angular-paging",
  "version": "2.2.2",
  "homepage": "https://github.com/brantwills/Angular-Paging",
  "description": "A directive to aid in paging large datasets while requiring the bare minimum of actual paging information",
  "main": "dist/paging.js",
  "keywords": [
    "angular",
    "paginate",
    "pagination",
    "paging",
    "directive"
  ],
  "authors": [
    "Brant Wills"
  ],
  "dependencies": {
    "angular": ">=1.3.1 <1.6"
  },
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test"
  ]
}
