{
  "name": "svg-kit",
  "version": "0.8.4",
  "description": "A SVG toolkit, with its own Vector Graphics structure, multiple renderers (svg text, DOM svg, canvas), and featuring Flowing Text.",
  "main": "lib/svg-kit.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@cronvel/xmldom": "^0.1.32",
    "array-kit": "^0.2.6",
    "book-source": "^0.3.10",
    "dom-kit": "^0.5.2",
    "image-size": "^1.0.2",
    "nextgen-events": "^1.5.3",
    "opentype.js": "^1.3.4",
    "palette-shade": "^0.1.3",
    "seventh": "^0.9.2",
    "string-kit": "^0.18.3"
  },
  "scripts": {
    "test": "tea-time -R dot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cronvel/svg-kit.git"
  },
  "keywords": [
    "svg",
    "vector",
    "graphic",
    "flowing",
    "text"
  ],
  "author": "Cédric Ronvel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cronvel/svg-kit/issues"
  },
  "copyright": {
    "title": "SVG Kit",
    "years": [
      2017,
      2024
    ],
    "owner": "Cédric Ronvel"
  },
  "engines": {
    "node": ">=16.13.0"
  }
}
