{
  "name": "@jsplumb/community",
  "version": "4.0.0-RC47",
  "description": "Visual connectivity for webapps. This package contains `@jsplumb/core` and `@jsplumb/browser-ui`, and is equivalent to the way that previous versions of the Community edition were packaged. Note that this package is effectively deprecated, and will not always be available. Try importing `@jsplumb/browser-ui` instead. It imports `@jsplumb/core` via its dependencies.",
  "main": "js/jsplumb.community.cjs.js",
  "module": "js/jsplumb.community.es.js",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "files": [
    "**/*.d.ts",
    "js/jsplumb.community.umd.js",
    "js/jsplumb.community.cjs.js",
    "js/jsplumb.community.es.js",
    "css/jsplumbtoolkit.css"
  ],
  "types": "types/browser-ui/index.d.ts",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/jsplumb/jsplumb.git",
    "directory": "ts/dom"
  },
  "keywords": [
    "javascript",
    "svg",
    "visual",
    "connectivity"
  ],
  "author": "jsPlumb (hello@jsplumbtoolkit.com)",
  "license": "(MIT OR GPL-2.0)"
}
