{
  "author": {
    "name": "Jager Mesh"
  },
  "bugs": {
    "url": "https://github.com/jagermesh/monitoring-dashboard/issues"
  },
  "devDependencies": {
    "gulp": "4.0.2",
    "gulp-concat": "2.6.1",
    "gulp-rename": "2.0.0",
    "gulp-terser": "2.1.0",
    "gulp-eslint": "^6.0.0",
    "eslint": "^8.7.0",
    "merge-stream": "2.0.0",
    "terser": "5.10.0",
    "monitoring-hub": "^1.0",
    "monitoring-progress-logger": "^1.0",
    "monitoring-sensor": "^1.0"
  },
  "dependencies": {
    "basic-auth": "2.0.1",
    "bootstrap": "5.0.2",
    "c3": "0.7.20",
    "chart.js": "3.4.1",
    "colors": "1.4.0",
    "d3": "7.0.0",
    "express": "4.17.1",
    "flot": "4.2.2",
    "fontawesome": "5.6.3",
    "handlebars": "4.7.7",
    "jquery": "3.6.0",
    "moment": "2.29.1",
    "popper.js": "1.16.1",
    "requirejs": "2.3.6",
    "socket.io": "2.4.1",
    "socket.io-client": "2.4.0"
  },
  "deprecated": false,
  "description": "Monitoring Dashboard",
  "homepage": "https://github.com/jagermesh/monitoring-dashboard#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "monitoring-dashboard",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jagermesh/monitoring-dashboard.git"
  },
  "scripts": {
    "build": "npm install && gulp build",
    "update": "npm update && gulp build",
    "start": "npm install && gulp build && node test.js",
    "release": "npm install && gulp build && np --no-2fa",
    "test": "echo \"OK\""
  },
  "version": "1.0.48",
  "engines": {
    "node": ">=12.0.0"
  }
}
