.bower.json 778 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "skrollr-menu",
  3. "homepage": "http://prinzhorn.github.io/skrollr-menu/",
  4. "authors": [
  5. "Alexander Prinzhorn"
  6. ],
  7. "description": "skrollr plugin for hash navigation",
  8. "main": "src/skrollr.menu.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": "1.0.3",
  29. "_release": "1.0.3",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "1.0.3",
  33. "commit": "8d3f086f1ced9e14d975f3b7a96e75ce8b4fc5d5"
  34. },
  35. "_source": "https://github.com/Prinzhorn/skrollr-menu.git",
  36. "_target": "~1.0.2",
  37. "_originalSource": "skrollr-menu"
  38. }