package.json 974 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "skrollr",
  3. "title": "skrollr",
  4. "description": "Stand-alone parallax scrolling library with zero dependencies.",
  5. "version": "0.6.29",
  6. "homepage": "https://github.com/Prinzhorn/skrollr",
  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.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/Prinzhorn/skrollr/issues"
  18. },
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "https://github.com/Prinzhorn/skrollr/blob/master/LICENSE.txt"
  23. }
  24. ],
  25. "main": "dist/skrollr.min.js",
  26. "engines": {
  27. "node": "0.10.x"
  28. },
  29. "scripts": {
  30. "test": "grunt travis --verbose"
  31. },
  32. "devDependencies": {
  33. "grunt-cli": "~0.1.7",
  34. "grunt": "~0.4.1",
  35. "grunt-contrib-uglify": "~0.2.0",
  36. "grunt-contrib-jshint": "~0.3.0",
  37. "grunt-contrib-qunit": "~0.2.0"
  38. },
  39. "keywords": []
  40. }