{
  "name": "candy-red",
  "version": "9.11.0",
  "description": "CANDY RED :: Visual Programming Editor and Runtime for CANDY Pi Lite powered by Node-RED",
  "main": "./dist/index.js",
  "scripts": {
    "start": "NODE_PALETTE_ENABLED=true node ./dist/index.js",
    "build": "gulp build",
    "clean": "gulp clean",
    "test": "gulp test",
    "preinstall": "./install.sh pre",
    "postinstall": "./install.sh",
    "preuninstall": "./uninstall.sh",
    "prepare": "if [ \"${LOCAL_INSTALL}\" = \"0\" ]; then gulp build; elif [ -d ./src ] ; then gulp test && gulp clean && gulp build; fi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CANDY-LINE/candy-red.git"
  },
  "keywords": [
    "rpi",
    "raspberry-pi",
    "raspbian",
    "atb",
    "asus tinkerboard",
    "tinkerboard",
    "enocean",
    "SmartMesh",
    "lwm2m",
    "CANDY EGG",
    "CANDY Pi Lite",
    "CANDY Pi Lite+"
  ],
  "author": "Daisuke Baba",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/CANDY-LINE/candy-red/issues"
  },
  "homepage": "https://github.com/CANDY-LINE/candy-red#readme",
  "preferGlobal": true,
  "os": [
    "!win32"
  ],
  "devDependencies": {
    "@babel/cli": "^7.13.16",
    "@babel/core": "^7.13.16",
    "@babel/plugin-transform-modules-commonjs": "^7.13.8",
    "@babel/preset-env": "^7.13.15",
    "chai": "^4.3.4",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.4.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-cli": "^2.3.0",
    "gulp-eslint": "^6.0.0",
    "gulp-if": "^3.0.0",
    "gulp-livereload": "^4.0.2",
    "gulp-mocha": "^5.0.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-symlink": "^2.1.4",
    "gulp-uglify-es": "^2.0.0",
    "gulp-yaml": "^2.0.4",
    "mocha": "^6.2.3",
    "prettier": "^1.19.1",
    "rmdir": "^1.2.0",
    "sinon": "^8.1.1",
    "vinyl-fs": "^2.4.4"
  },
  "optionalDependencies": {
    "fsevents": "^2.1.2"
  },
  "dependencies": {
    "authenticate-pam": "https://github.com/Rush/node-authenticate-pam/tarball/d94724e",
    "basic-auth": "^2.0.0",
    "bcryptjs": "^2.4.3",
    "chokidar": "^2.1.8",
    "compression": "^1.7.4",
    "express": "^4.17.1",
    "follow-redirects": "^1.13.3",
    "lru-cache": "^4.0.2",
    "mkdirp": "^0.5.5",
    "mqtt-packet": "^6.9.1",
    "mustache": "^2.3.0",
    "nan": "^2.14.2",
    "node-red": "^1.3.3",
    "node-red-contrib-device-stats": ">=1.1.2",
    "node-red-contrib-influxdb": "^0.4.1",
    "node-red-contrib-lwm2m": "^2.12.3",
    "node-red-contrib-moment": "^3.0.3",
    "node-red-contrib-schedex": "^1.10.4",
    "node-red-contrib-statistics": "^2.2.2",
    "node-red-dashboard": "^2.28.2",
    "node-red-node-base64": "^0.2.1",
    "node-red-node-data-generator": "^0.1.1",
    "node-red-node-random": "^0.2.0",
    "node-red-node-serialport": "^0.10.3",
    "node-red-node-smooth": "^0.1.2",
    "node-red-node-suncalc": "^1.0.1",
    "node-red-node-twitter": "^1.2.0",
    "node-red-node-ui-table": "^0.3.10",
    "request": "^2.88.2",
    "serialport-enocean-parser": "^0.2.0",
    "source-map-support": "^0.5.19",
    "systeminformation": "^4.34.20",
    "ws": "^3.3.3"
  }
}
