.bower.json 813 B

1234567891011121314151617181920212223242526272829303132
  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. "version": "2.0.7",
  23. "_release": "2.0.7",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "v2.0.7",
  27. "commit": "1b2286cbad5cf647ace016e9649fe8abb790d030"
  28. },
  29. "_source": "https://github.com/Luegg/angularjs-scroll-glue.git",
  30. "_target": "^2.0.7",
  31. "_originalSource": "angular-scroll-glue"
  32. }