{
  "name": "bluetooth-socket",
  "version": "0.2.0",
  "description": "Node.JS Socket for communication with AF_BLUETOOTH sockets",
  "keywords": [
    "bluez",
    "bluez5",
    "bluetooth",
    "socket"
  ],
  "main": "index.js",
  "types": "types.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node-gyp configure build",
    "install": "node-gyp configure build"
  },
  "author": "WaeCo <aaqqws@googlemail.com>",
  "license": "MIT",
  "homepage": "https://github.com/waeco/node-bluetooth-socket#readme",
  "dependencies": {
    "bindings": "^1.5.0",
    "errno": "^1.0.0",
    "nan": "^2.15.0"
  },
  "peerDependencies": {
    "node-gyp": "7.x"
  },
  "optionalDependencies": {
    "node-gyp": "7.x"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/waeco/node-bluetooth-socket.git"
  },
  "bugs": {
    "url": "https://github.com/waeco/node-bluetooth-socket/issues"
  },
  "os": [
    "linux"
  ]
}
