{
  "name": "rpio-pwm",
  "version": "1.0.4",
  "description": "DMA based soft PWM for raspberry pi gpio",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xinkaiwang/rpio-pwm.git"
  },
  "keywords": [
    "DMA",
    "soft PWM",
    "PWM",
    "raspberry",
    "pi"
  ],
  "author": "xinkai wang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xinkaiwang/rpio-pwm/issues"
  },
  "homepage": "https://github.com/xinkaiwang/rpio-pwm#readme",
  "dependencies": {
    "nan": "^2.14.1"
  }
}
