UNPKG

mushonkey

Version:

Simple central node Sankey designed by @mushon. openbudget.github.io/mushonkey

44 lines 1.03 kB
{ "name": "mushonkey", "version": "0.3.5", "description": "Simple central node Sankey designed by @mushon. openbudget.github.io/mushonkey", "repository": { "type": "git", "url": "git+https://github.com/OpenBudget/mushonkey.git" }, "keywords": [ "Sankey", "d3", "Angular", "OpenBudget" ], "author": "adam.kariv@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/OpenBudget/mushonkey/issues" }, "homepage": "https://github.com/OpenBudget/mushonkey#readme", "peerDependencies": { "@angular/common": "^19", "@angular/core": "^19", "d3-array": "^3.2.4", "d3-path": "^3.1.0", "d3-scale": "^4.0.2", "d3-selection": "^3.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/mushonkey.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/mushonkey.mjs" } } }