.bower.json 795 B

123456789101112131415161718192021222324252627282930313233343536373839
  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.2",
  29. "_release": "1.0.2",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "1.0.2",
  33. "commit": "753beb4acbc8df552ecce6219e6fe6fca53091b3"
  34. },
  35. "_source": "git://github.com/Prinzhorn/skrollr-menu.git",
  36. "_target": "~1.0.2",
  37. "_originalSource": "skrollr-menu",
  38. "_direct": true
  39. }