| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "angularUtils-pagination",
- "version": "0.9.2",
- "homepage": "https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination",
- "authors": [
- "Michael Bromley <michael@michaelbromley.co.uk>"
- ],
- "description": "Magical automatic pagination for anything in AngularJS",
- "main": [
- "dirPagination.js",
- "dirPagination.tpl.html"
- ],
- "moduleType": [
- "globals"
- ],
- "dependencies": {
- "angular": ">=1.1.4"
- },
- "keywords": [
- "angularjs",
- "pagination",
- "directive",
- "paging",
- "angular"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "_release": "0.9.2",
- "_resolution": {
- "type": "version",
- "tag": "v0.9.2",
- "commit": "8e80ebab5aa4673ac0f6bc9463bc8008a0ef7583"
- },
- "_source": "git://github.com/michaelbromley/angularUtils-pagination.git",
- "_target": "~0.9.2",
- "_originalSource": "angular-utils-pagination",
- "_direct": true
- }
|