Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

42 řádky
942 B

  1. {
  2. "name": "svg.easing.js",
  3. "version": "2.0.0",
  4. "description": "Additional easing equations for the fx module in the svgjs.com library",
  5. "main": "dist/svg.easing.js",
  6. "keywords": [
  7. "svg.js",
  8. "easing"
  9. ],
  10. "bugs": "https://github.com/wout/svg.easing.js/issues",
  11. "license": "MIT",
  12. "author": {
  13. "name": "Wout Fierens"
  14. },
  15. "contributors": [
  16. { "name": "Wout Fierens" }
  17. ],
  18. "homepage": "https://github.com/wout/svg.easing.js",
  19. "files": [
  20. "dist/"
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/wout/svg.easing.js.git"
  25. },
  26. "engines": {
  27. "node": ">= 0.8.0"
  28. },
  29. "devDependencies": {
  30. "grunt-contrib-concat": "~0.3.0",
  31. "grunt-contrib-uglify": "~0.2.0",
  32. "grunt-contrib-watch": "~0.4.0",
  33. "grunt-contrib-clean": "~0.4.0",
  34. "grunt-contrib-copy": "^0.7.0",
  35. "grunt": "~0.4.5",
  36. "grunt-bumper": "^1.0.4"
  37. },
  38. "dependencies": {
  39. "svg.js":">=2.3.x"
  40. }
  41. }