bower.json 488 B

12345678910111213141516171819202122232425262728
  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. }