mgraph.forcelayout
Version:
Force directed graph drawing layout
81 lines (80 loc) • 2.13 kB
JSON
{
"name": "mgraph.forcelayout",
"version": "3.4.3",
"description": "Force directed graph drawing layout",
"main": "index.js",
"module": "dist/mgraph.forcelayout.esm.js",
"jsdelivr": "dist/mgraph.forcelayout.umd.min.js",
"unpkg": "dist/mgraph.forcelayout.umd.min.js",
"types": "./index.d.ts",
"type": "module",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"prepublishOnly": "npm run test:run && npm run build",
"bench": "node benchmarks/code-generators.bench.js",
"perf": "npm version && node perf/test.js",
"build": "rollup -c",
"build:watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfeldman143/mgraph.forcelayout.git"
},
"keywords": [
"mgraph",
"graph",
"layout",
"force",
"forcelayout",
"physics",
"simulation",
"visualization"
],
"author": "Michael Feldman",
"contributors": [
{
"name": "Andrei Kashcha",
"url": "https://github.com/anvaka",
"note": "Original author of ngraph.forcelayout"
}
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mfeldman143/mgraph.forcelayout/issues"
},
"homepage": "https://github.com/mfeldman143/mgraph.forcelayout#readme",
"files": [
"index.js",
"index.d.ts",
"lib/",
"dist/",
"LICENSE",
"README.md"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@vitest/ui": "^3.1.4",
"@vue/test-utils": "^2.4.6",
"benchmark": "2.1.4",
"jsdom": "^26.1.0",
"mgraph.generators": "^1.0.0",
"mgraph.graph": "^1.0.2",
"rollup": "^4.41.1",
"typescript": "^5.7.3",
"vitest": "^3.1.4",
"vue": "^3.5.16"
},
"dependencies": {
"mgraph.events": "^1.0.0",
"mgraph.merge": "^1.0.0",
"mgraph.random": "^1.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}