{
  "name": "node-red-contrib-easybotics-pca9685",
  "version": "0.0.3",
  "description": "use a pca9685 to control brushed DC motors, servos, or stepper motors",
  "keywords": [
    "raspberry",
    "raspberrypi",
    "pi",
    "rpi",
    "PCA9685",
    "motor",
    "servo",
    "easybotics",
    "node-red"
  ],
  "dependencies": {
    "pca9685": "^4.0.3",
    "i2c-bus": "^4.0.10"
  },
  "homepage": "https://github.com/easybotics/node-red-contrib-easybotics-pca9685",
  "bugs": "https://github.com/easybotics/node-red-contrib-easybotics-pca9685/issues",
  "author": {
    "name": "Ben",
    "email": "keptan@protonmail.com",
    "url": "https://github.com/keptan"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/easybotics/node-red-contrib-easybotics-pca9685"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "GPL2",
  "node-red": {
    "nodes": {
      "PCA": "PCA.js"
    }
  }
}
