package.json 893 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "skrollr-menu",
  3. "title": "skrollr menu plugin",
  4. "description": "skrollr plugin for hash navigation.",
  5. "version": "1.0.2",
  6. "homepage": "https://github.com/Prinzhorn/skrollr-menu",
  7. "author": {
  8. "name": "Alexander Prinzhorn",
  9. "email": "alexander@prinzhorn.it",
  10. "url": "http://www.prinzhorn.it/"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/Prinzhorn/skrollr-menu.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/Prinzhorn/skrollr-menu/issues"
  18. },
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "https://github.com/Prinzhorn/skrollr-menu/blob/master/LICENSE.txt"
  23. }
  24. ],
  25. "main": "dist/skrollr.menu.min.js",
  26. "engines": {
  27. "node": ">=0.8"
  28. },
  29. "devDependencies": {
  30. "grunt-cli": "~0.1.7",
  31. "grunt": "~0.4.1",
  32. "grunt-contrib-uglify": "~0.2.0",
  33. "grunt-contrib-jshint": "~0.3.0"
  34. },
  35. "keywords": []
  36. }