bower.json 678 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "angularUtils-pagination",
  3. "version": "0.9.2",
  4. "homepage": "https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination",
  5. "authors": [
  6. "Michael Bromley <michael@michaelbromley.co.uk>"
  7. ],
  8. "description": "Magical automatic pagination for anything in AngularJS",
  9. "main": ["dirPagination.js", "dirPagination.tpl.html"],
  10. "moduleType": [
  11. "globals"
  12. ],
  13. "dependencies": {
  14. "angular": ">=1.1.4"
  15. },
  16. "keywords": [
  17. "angularjs",
  18. "pagination",
  19. "directive",
  20. "paging",
  21. "angular"
  22. ],
  23. "license": "MIT",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ]
  31. }