{
  "name": "node-red-contrib-nunchuck",
  "version": "1.1.1",
  "description": "A Node-RED node to read data from nunchuck device.",
  "dependencies": {
    "nunchuck-js": ">=1.0.0"
  },
  "main": "main.js",
  "license": "MIT",
  "keywords": [
    "node-red",
    "nunchuck",
    "iot",
    "wii",
    "i2c"
  ],
  "node-red": {
    "nodes": {
      "nunchuck": "nunchuck.js"
    }
  },
  "author": {
    "name": "Luigi Bifulco",
    "email": "bifulcoluigi@gmail.com",
    "url": "http://www.luigibifulco.it"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/muten84/node-red-contrib-nunchuck.git"
  }
}
