{
    "name": "jcsc-dashboard",
    "version": "1.2.11",
    "description": "A set of dashboard nodes for JCSC",
    "keywords": [
        "JCSC"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepare": "node fixfa.js"
    },
    "contributors": [
        {
            "name": "Andrei Tatar"
        },
        {
            "name": "Dave Conway-Jones"
        },
        {
            "name": "Joe Pavitt"
        },
        {
            "name": "Nick O'Leary"
        },
        {
            "name": "Dan Cunnington"
        },
        {
            "name": "Laurence Stant"
        },
        {
            "name": "Camille Boissel"
        },
        {
            "name": "Hiroyasu Nishiyama"
        },
        {
            "name": "Steve Rickus"
        },
        {
            "name": "Kazuhiro Ito"
        },
        {
            "name": "@fellinga"
        },
        {
            "name": "@petslane"
        },
        {
            "name": "@hotNipi"
        },
        {
            "name": "@Steve-Mcl"
        }
    ],
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/node-red/node-red-dashboard.git"
    },
    "node-red": {
        "version": ">=1.0.0",
        "nodes": {
            "jcsc_base": "nodes/jcsc_base.js",
            "jcsc_button": "nodes/jcsc_button.js",
            "jcsc_dropdown": "nodes/jcsc_dropdown.js",
            "jcsc_switch": "nodes/jcsc_switch.js",
            "jcsc_slider": "nodes/jcsc_slider.js",
            "jcsc_numeric": "nodes/jcsc_numeric.js",
            "jcsc_text_input": "nodes/jcsc_text_input.js",
            "jcsc_date_picker": "nodes/jcsc_date_picker.js",
            "jcsc_colour_picker": "nodes/jcsc_colour_picker.js",
            "jcsc_form": "nodes/jcsc_form.js",
            "jcsc_text": "nodes/jcsc_text.js",
            "jcsc_gauge": "nodes/jcsc_gauge.js",
            "jcsc_chart": "nodes/jcsc_chart.js",
            "jcsc_audio": "nodes/jcsc_audio.js",
            "jcsc_toast": "nodes/jcsc_toast.js",
            "jcsc_ui_control": "nodes/jcsc_ui_control.js",
            "jcsc_template": "nodes/jcsc_template.js",
            "jcsc_link": "nodes/jcsc_link.js",
            "jcsc_tab": "nodes/jcsc_tab.js",
            "jcsc_group": "nodes/jcsc_group.js",
            "jcsc_spacer": "nodes/jcsc_spacer.js"
        }
    },
    "dependencies": {
        "compression": "^1.7.4",
        "gridstack": "^0.6.4",
        "jcsc-node-ui-table": "^1.0.6",
        "serve-static": "^1.14.2",
        "socket.io": "^4.4.1"
    },
    "devDependencies": {
        "angular": "~1.8.2",
        "angular-animate": "~1.8.2",
        "angular-aria": "~1.8.2",
        "angular-chart.js": "^1.1.1",
        "angular-material": "~1.2.4",
        "angular-material-icons": "^0.7.1",
        "angular-messages": "~1.8.2",
        "angular-mocks": "~1.8.2",
        "angular-route": "~1.8.2",
        "angular-sanitize": "~1.8.2",
        "angular-touch": "~1.8.2",
        "angularjs-color-picker": "^3.4.8",
        "chart.js": "~2.3.0",
        "d3": "^3.5.17",
        "font-awesome": "^4.7.0",
        "gulp": "~4.0.2",
        "gulp-angular-templatecache": "~3.0.0",
        "gulp-clean-css": "^4.3.0",
        "gulp-concat": "^2.6.1",
        "gulp-concat-css": "^3.1.0",
        "gulp-debug": "^4.0.0",
        "gulp-eol": "^0.2.0",
        "gulp-header": "^2.0.9",
        "gulp-html-replace": "^1.6.2",
        "gulp-html-src": "^1.0.0",
        "gulp-htmlmin": "^5.0.1",
        "gulp-if": "^3.0.0",
        "gulp-jscs": "^4.1.0",
        "gulp-jshint": "^2.1.0",
        "gulp-manifest3": "^0.1.2",
        "gulp-rename": "^1.4.0",
        "gulp-replace": "^1.1.3",
        "gulp-sass": "^4.1.1",
        "gulp-uglify": "~3.0.2",
        "gulp-util": "^3.0.8",
        "jquery": "^3.6.0",
        "jshint": "~2.13.3",
        "justgage": "~1.4.3",
        "less": "^3.13.1",
        "material-design-icons-iconfont": "^6.4.2",
        "moment": "~2.29.1",
        "sprintf-js": "^1.1.2",
        "streamqueue": "~1.1.2",
        "svg-morpheus": "^0.3.0",
        "tinycolor2": "1.4.2",
        "weather-icons-lite": "^1.6.1"
    },
    "engines": {
        "node": ">=12"
    }
}
