25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

44 satır
948 B

  1. {
  2. "name": "svg.pathmorphing.js",
  3. "version": "0.1.3",
  4. "description": "Enables pathmorphing / path animation in svg.js",
  5. "main": "dist/svg.pathmorphing.js",
  6. "keywords": [
  7. "svg.js",
  8. "pathmorphing",
  9. "animation"
  10. ],
  11. "bugs": "https://github.com/svgdotjs/svg.pathmorphing.js/issues",
  12. "license": "MIT",
  13. "author": "Ulrich-Matthias Schäfer",
  14. "contributors": [
  15. {
  16. "name": "Ulrich-Matthias Schäfer"
  17. }
  18. ],
  19. "files": [
  20. "dist/"
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/svgdotjs/svg.pathmorphing.js.git"
  25. },
  26. "engines": {
  27. "node": ">= 0.8.0"
  28. },
  29. "devDependencies": {
  30. "del": "^2.2.2",
  31. "gulp": "^3.9.1",
  32. "gulp-header": "^1.8.8",
  33. "gulp-iife": "^0.3.0",
  34. "gulp-rename": "^1.2.2",
  35. "gulp-standard": "^10.0.0",
  36. "gulp-trimlines": "^1.0.1",
  37. "gulp-uglify": "^2.1.2",
  38. "gulp-wrap-iife": "0.0.1"
  39. },
  40. "dependencies": {
  41. "svg.js": "^2.4.0"
  42. }
  43. }