{
  "name": "@jsplumb/browser-ui",
  "version": "6.2.10",
  "description": "jsPlumb renderer for browsers that connects DOM/SVG elements to each other with individual SVG elements",
  "main": "js/jsplumb.browser-ui.cjs.js",
  "module": "js/jsplumb.browser-ui.es.js",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "files": [
    "js/jsplumb.browser-ui.umd.js",
    "js/jsplumb.browser-ui.cjs.js",
    "js/jsplumb.browser-ui.es.js",
    "**/*.css",
    "types/**/*.d.ts"
  ],
  "types": "types/index.d.ts",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/jsplumb/jsplumb.git",
    "directory": "ts/browser-ui"
  },
  "keywords": [
    "javascript",
    "svg",
    "visual",
    "connectivity"
  ],
  "author": "jsPlumb (hello@jsplumbtoolkit.com)",
  "license": "(MIT OR GPL-2.0)"
}