.bower.json 1004 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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": [
  10. "dirPagination.js",
  11. "dirPagination.tpl.html"
  12. ],
  13. "moduleType": [
  14. "globals"
  15. ],
  16. "dependencies": {
  17. "angular": ">=1.1.4"
  18. },
  19. "keywords": [
  20. "angularjs",
  21. "pagination",
  22. "directive",
  23. "paging",
  24. "angular"
  25. ],
  26. "license": "MIT",
  27. "ignore": [
  28. "**/.*",
  29. "node_modules",
  30. "bower_components",
  31. "test",
  32. "tests"
  33. ],
  34. "_release": "0.9.2",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v0.9.2",
  38. "commit": "8e80ebab5aa4673ac0f6bc9463bc8008a0ef7583"
  39. },
  40. "_source": "git://github.com/michaelbromley/angularUtils-pagination.git",
  41. "_target": "~0.9.2",
  42. "_originalSource": "angular-utils-pagination",
  43. "_direct": true
  44. }