.bower.json 800 B

1234567891011121314151617181920212223242526272829303132333435363738
  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.30",
  29. "_release": "0.6.30",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "0.6.30",
  33. "commit": "fec63e8b67bc59a1b33c4b5dc234050fc4b530f4"
  34. },
  35. "_source": "https://github.com/Prinzhorn/skrollr.git",
  36. "_target": "~0.6.29",
  37. "_originalSource": "skrollr"
  38. }