package.json 570 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "raf.js",
  3. "version": "0.0.4",
  4. "description": "Yet another requestAnimationFrame polyfill.",
  5. "keywords": [
  6. "raf",
  7. "requestanimationframe",
  8. "animation",
  9. "polyfill"
  10. ],
  11. "categories": [
  12. "UI",
  13. "Shims",
  14. "Utilities"
  15. ],
  16. "jam": {
  17. "main": "raf.js",
  18. "include": [
  19. "raf.js",
  20. "raf.min.js"
  21. ]
  22. },
  23. "main": "raf.js",
  24. "files": [
  25. "raf.js",
  26. "raf.min.js",
  27. "README.md"
  28. ],
  29. "repository": {
  30. "type": "git",
  31. "url": "git://github.com/ngryman/raf.js.git"
  32. },
  33. "author": "Nicolas Gryman",
  34. "license": "MIT"
  35. }