You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
495 B

  1. {
  2. "name": "svg.js",
  3. "homepage": "https://svgdotjs.github.io/",
  4. "authors": [
  5. "Wout Fierens <wout@mick-wout.com>",
  6. "Ulrich-Matthias Schäfer <ulima.ums@googlemail.com>",
  7. "Jon Ege Ronnenberg <jon.ronnenberg+svgjs@gmail.com>"
  8. ],
  9. "description": "A lightweight library for manipulating and animating SVG",
  10. "main": "dist/svg.js",
  11. "keywords": [
  12. "svg", "vector", "graphics"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "spec/",
  18. "src/",
  19. "gulpfile.js"
  20. ]
  21. }