UNPKG

@jsplumb/core

Version:

Visual connectivity for webapps. This is the core package, which is imported by specific renderers. You probably want to import @jsplumb/browser-ui, as it is currently the only renderer available.

36 lines 936 B
{ "name": "@jsplumb/core", "version": "5.13.7", "description": "Visual connectivity for webapps. This is the core package, which is imported by specific renderers. You probably want to import @jsplumb/browser-ui, as it is currently the only renderer available.", "main": "js/jsplumb.core.cjs.js", "module": "js/jsplumb.core.es.js", "directories": { "doc": "doc", "test": "tests" }, "files": [ "core.d.ts", "js/jsplumb.core.umd.js", "js/jsplumb.core.cjs.js", "js/jsplumb.core.es.js" ], "types": "core.d.ts", "scripts": {}, "repository": { "type": "git", "url": "git://github.com/jsplumb/jsplumb.git", "directory": "ts/core" }, "keywords": [ "javascript", "svg", "visual", "connectivity" ], "author": "jsPlumb (hello@jsplumbtoolkit.com)", "license": "(MIT OR GPL-2.0)", "dependencies": { "@jsplumb/common": "5.13.7" }, "devDependencies": {} }