package.json 721 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "angular-utils-pagination",
  3. "version": "0.9.2",
  4. "description": "Magical automatic pagination for anything in AngularJS",
  5. "main": "dirPagination.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/michaelbromley/angularUtils.git"
  12. },
  13. "keywords": [
  14. "angularjs",
  15. "pagination",
  16. "directive",
  17. "paging",
  18. "angular"
  19. ],
  20. "author": "Michael Bromley <michael@michaelbromley.co.uk>",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/michaelbromley/angularUtils/issues"
  24. },
  25. "homepage": "https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination"
  26. }