@joint/layout-directed-graph
Version:
LayoutDirectedGraph module for JointJS
80 lines • 2.09 kB
JSON
{
"name": "@joint/layout-directed-graph",
"title": "JointJS LayoutDirectedGraph",
"version": "4.1.4",
"description": "LayoutDirectedGraph module for JointJS",
"main": "dist/DirectedGraph.js",
"module": "./DirectedGraph.mjs",
"types": "./DirectedGraph.d.ts",
"homepage": "https://jointjs.com",
"author": {
"name": "client IO",
"url": "https://client.io"
},
"contributors": [
"Roman Bruckner <roman@client.io> (https://github.com/kumilingus)",
"James Williams <james@jointjs.com> (https://github.com/jamesgeorgewilliams)",
"Zbynek Stara <zbynek@jointjs.com> (https://github.com/zbynekstara)"
],
"repository": {
"type": "git",
"url": "https://github.com/clientIO/joint.git",
"directory": "packages/joint-layout-directed"
},
"bugs": {
"url": "https://github.com/clientIO/joint/issues"
},
"license": "MPL-2.0",
"installConfig": {
"hoistingLimits": "workspaces"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "echo \"Publishing via NPM is not allowed!\" && exit 1",
"prepack": "yarn run dist",
"dist": "rollup --config",
"build": "rollup --config",
"test": "mocha test/nodejs/nodejs.js && karma start karma.conf.js"
},
"files": [
"./DirectedGraph.d.ts",
"./DirectedGraph.mjs",
"./LICENSE",
"./README.md",
"./SECURITY.md",
"dist/"
],
"dependencies": {
"@dagrejs/dagre": "~1.0.4",
"@dagrejs/graphlib": "~2.1.13",
"@joint/core": "~4.1.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-qunit": "^4.1.2",
"mocha": "5.2.0",
"puppeteer": "10.2.0",
"qunit": "^2.20.0",
"requirejs": "2.3.6",
"rollup": "^4.4.0",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-uglify": "^6.0.4",
"should": "13.2.3"
},
"volta": {
"node": "18.18.2",
"npm": "9.8.1",
"yarn": "3.4.1"
},
"keywords": [
"jointjs",
"layout",
"directed",
"graph"
]
}