.bower.json 721 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "angular-scroll",
  3. "version": "0.6.5",
  4. "main": "angular-scroll.js",
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "bower_components",
  9. "test",
  10. "tests",
  11. "package.json",
  12. "src",
  13. "Gruntfile.js"
  14. ],
  15. "dependencies": {
  16. "angular": "^1.2.16"
  17. },
  18. "devDependencies": {
  19. "angular-mocks": "^1.2.16"
  20. },
  21. "resolutions": {
  22. "angular": "^1.2.16"
  23. },
  24. "homepage": "https://github.com/oblador/angular-scroll",
  25. "_release": "0.6.5",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v0.6.5",
  29. "commit": "6f9195438b748e52b489b2e8290ddd9ecd1c2b3a"
  30. },
  31. "_source": "git://github.com/oblador/angular-scroll.git",
  32. "_target": "~0.6.5",
  33. "_originalSource": "angular-scroll"
  34. }