| 1234567891011121314151617181920212223242526 |
- {
- "name": "angular-utils-pagination",
- "version": "0.9.2",
- "description": "Magical automatic pagination for anything in AngularJS",
- "main": "dirPagination.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/michaelbromley/angularUtils.git"
- },
- "keywords": [
- "angularjs",
- "pagination",
- "directive",
- "paging",
- "angular"
- ],
- "author": "Michael Bromley <michael@michaelbromley.co.uk>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/michaelbromley/angularUtils/issues"
- },
- "homepage": "https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination"
- }
|