{
  "name": "node-red-contrib-particle",
  "version": "1.2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/chuank/node-red-contrib-particle"
  },
  "description": "Node-RED node to connect to Particle devices. Used to publish Events, call Functions, read Variables or listen to Server-Sent Events (SSEs)",
  "main": "particle.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "particle-api-js": ""
  },
  "eslintConfig": {
    "globals": {
      "RED": true
    },
    "rules": {
      "no-console": 0
    }
  },
  "node-red": {
    "nodes": {
      "particle": "particle/particle.js"
    }
  },
  "keywords": [
    "node-red",
    "particle",
    "core",
    "photon",
    "electron",
    "P1",
    "boron",
    "argon",
    "xenon",
    "iot",
    "spark",
    "mesh",
    "device"
  ],
  "author": "Chuan Khoo <khoo.chuan@gmail.com> (https://chuank.com)",
  "contributors": [
    "Ethan (https://github.com/techlemur)",
    "steves2j (https://github.com/steves2j)"
  ],
  "license": "MIT"
}
