.bower.json 817 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "skrollr",
  3. "homepage": "http://prinzhorn.github.io/skrollr/",
  4. "authors": [
  5. "Alexander Prinzhorn"
  6. ],
  7. "description": "Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop",
  8. "main": "src/skrollr.js",
  9. "moduleType": [
  10. "globals"
  11. ],
  12. "keywords": [
  13. "parallax",
  14. "scroll",
  15. "animation",
  16. "html5",
  17. "css3",
  18. "transition"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ],
  28. "version": "0.6.29",
  29. "_release": "0.6.29",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "0.6.29",
  33. "commit": "1da1627e80ffb5c569880e4c77845e116905cf9f"
  34. },
  35. "_source": "git://github.com/Prinzhorn/skrollr.git",
  36. "_target": "~0.6.29",
  37. "_originalSource": "skrollr",
  38. "_direct": true
  39. }