{
  "name": "node-red-contrib-remote",
  "version": "3.0.0",
  "description": "Remote-RED is an ecosystem to bring remote access, push notification and geofencing to Node-RED. There are also additional functions like directly answer on a notification and homescreen widgets.",
  "author": "Thorsten Heilmann",
  "license": "GPL-3.0",
  "node-red": {
    "nodes": {
      "remote-config": "nodes/remote-config.js",
      "remote-access": "nodes/remote-access.js",
      "remote-notification": "nodes/remote-notification.js",
      "remote-question": "nodes/remote-question.js"
    }
  },
  "dependencies": {
    "axios": "^1.8.1",
    "internal-ip": "^6.1.0",
    "limiter": "^1.1.5",
    "path": "^0.12.7",
    "ping": "^0.4.4",
    "qrcode": "^1.4.4"
  },
  "main": "remote-config.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Looking4Cache/node-red-contrib-remote.git"
  },
  "keywords": [
    "node-red"
  ],
  "bugs": {
    "url": "https://github.com/Looking4Cache/node-red-contrib-remote/issues"
  },
  "homepage": "https://github.com/Looking4Cache/node-red-contrib-remote#readme"
}
