{
    "name": "node-red-contrib-ui-svg",
    "version": "2.3.3",
    "description": "A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard",
    "dependencies": {
       "mime": "^2.4.4",
       "@panzoom/panzoom": "^4.1.0",
       "hammerjs": "^2.0.8",
        "js-beautify": "^1.11.0",
        "postcss": "^8.3.9",
        "postcss-prefix-selector": "^1.13.0",
        "svgson": "^5.3.1"
    },
    "author": {
        "name": "Bart Butenaers"
    },
    "contributors": [
        {
            "name": "Stephen McLaughlin",
            "url": "https://github.com/Steve-Mcl"
        }
    ],
    "license": "Apache-2.0",
    "keywords": [
        "node-red",
        "svg",
        "graphics",
        "interactive",
        "drawing",
        "floorplan",
        "floor plan",
        "hmi"
    ],   
    "bugs": {
        "url": "https://github.com/bartbutenaers/node-red-contrib-ui-svg/issues"
    },
    "homepage": "https://github.com/bartbutenaers/node-red-contrib-ui-svg",
    "repository": {
        "type": "git",
        "url": "https://github.com/bartbutenaers/node-red-contrib-ui-svg.git"
    },
    "node-red": {
        "nodes": {
            "ui_svg_graphics": "svg_graphics.js"
        }
    }
}
