bower.json 510 B

1234567891011121314151617181920212223
  1. {
  2. "name": "angular-scroll-glue",
  3. "description": "An AngularJs directive that automatically scrolls to the bottom of an element on changes in it's scope.",
  4. "main": "src/scrollglue.js",
  5. "license": "MIT",
  6. "ignore": [
  7. "**/.*",
  8. "test"
  9. ],
  10. "keywords": [
  11. "scroll",
  12. "glue"
  13. ],
  14. "authors": [
  15. "Lukas Wegmann"
  16. ],
  17. "homepage": "https://github.com/Luegg/angularjs-scroll-glue",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/Luegg/angularjs-scroll-glue.git"
  21. }
  22. }