{
  "name": "rpi-fix-bleno",
  "version": "0.5.2",
  "description": "Fix bluetooth-hci-socket compilation issue on Raspberry pi by replacing with @abandonware/bluetooth-hci-socket",
  "main": "index.js",
  "engines": {
    "node": ">=0.8"
  },
  "os": [
    "darwin",
    "linux",
    "android",
    "freebsd",
    "win32"
  ],
  "scripts": {
    "pretest": "jshint *.js lib/. test/. examples/.",
    "test": "mocha -R spec test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/benoitlavorata/bleno"
  },
  "keywords": [
    "BLE",
    "Bluetooth",
    "Bluetooth Low Energy",
    "Bluetooth Smart",
    "peripheral"
  ],
  "author": "Sandeep Mistry",
  "maintainers": [
    "Jacob Rosenthal"
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "jshint": "~2.9.4",
    "should": "~2.0.2",
    "mocha": "~1.14.0",
    "node-blink1": "~0.2.2"
  },
  "dependencies": {
    "debug": "^2.2.0"
  },
  "optionalDependencies": {
    "@abandonware/bluetooth-hci-socket": "^0.5.3-1",
    "bplist-parser": "0.0.6",
    "xpc-connection": "~0.1.4"
  }
}
