{
  "name": "bluetooth-hci-socket",
  "version": "0.5.1",
  "description": "Bluetooth HCI socket binding for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "jshint lib/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sandeepmistry/node-bluetooth-hci-socket.git"
  },
  "keywords": [
    "HCI",
    "Bluetooth",
    "Linux",
    "Windows"
  ],
  "author": "Sandeep Mistry <sandeep.mistry@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sandeepmistry/node-bluetooth-hci-socket/issues"
  },
  "homepage": "https://github.com/sandeepmistry/node-bluetooth-hci-socket",
  "os": [
    "linux",
    "android",
    "win32"
  ],
  "dependencies": {
    "debug": "^2.2.0",
    "nan": "^2.0.5"
  },
  "optionalDependencies": {
    "usb": "^1.1.0"
  },
  "devDependencies": {
    "jshint": "^2.8.0"
  }
}
