{
  "name": "pigpio-client",
  "version": "1.5.2",
  "description": "A nodejs client for pigpio socket interface.",
  "main": "pigpio-client.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "debug": "^4.1.0",
    "lorem-ipsum": "^1.0.4",
    "nested-error-stacks": "^2.1.0"
  },
  "scripts": {
    "test": "node ./test/regression.js",
    "usage": "node ./examples/usage_promises.js"
  },
  "config": {
    "host": "192.168.100.6",
    "gpio": "17",
    "baud": "38400"
  },
  "keywords": [
    "pigpio",
    "raspberryPi",
    "GPIO",
    "waveforms",
    "servo",
    "pwm",
    "serial",
    "bsc-slave"
  ],
  "author": "Guy McSwain",
  "contributors": [
    "Philipp",
    "Uri Shaked",
    "Steven Bradley"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/guymcswain/pigpio-client.git"
  },
  "bugs": "https://github.com/guymcswain/pigpio-client/issues",
  "dependencies": {}
}
