d3-force-limit
Version:
A positioning hard limit force type for the d3-force simulation engine.
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "d3-force-limit",
"version": "1.2.2",
"description": "A positioning hard limit force type for the d3-force simulation engine.",
"type": "module",
"jsdelivr": "dist/d3-force-limit.min.js",
"unpkg": "dist/d3-force-limit.min.js",
"main": "dist/d3-force-limit.mjs",
"module": "dist/d3-force-limit.mjs",
"exports": {
"umd": "./dist/d3-force-limit.min.js",
"default": "./dist/d3-force-limit.mjs"
},
"keywords": [
"d3",
"d3-module",
"d3-force",
"limit",
"physics",
"layout",
"graph",
"force",
"simulation"
],
"homepage": "https://github.com/vasturiano/d3-force-limit",
"license": "MIT",
"author": {
"name": "Vasco Asturiano",
"url": "https://github.com/vasturiano"
},
"repository": {
"type": "git",
"url": "https://github.com/vasturiano/d3-force-limit.git"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -w -c",
"prepare": "npm run build"
},
"files": [
"dist/**/*"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"rimraf": "^4.1.2",
"rollup": "^3.14.0"
},
"engines": {
"node": ">=12"
}
}