UNPKG

@tanislav000/bluetooth-socket

Version:

Node.JS Socket for communication with AF_BLUETOOTH sockets

39 lines (38 loc) 899 B
{ "name": "@tanislav000/bluetooth-socket", "version": "0.7.0", "description": "Node.JS Socket for communication with AF_BLUETOOTH sockets", "keywords": [ "bluez", "bluez5", "bluetooth", "socket" ], "main": "index.js", "types": "types.d.ts", "scripts": { "build": "node-gyp configure build", "install": "node-gyp configure build" }, "author": "Cosmin Tanislav <demonsingur@gmail.com>", "license": "MIT", "homepage": "https://github.com/Demon000/node-bluetooth-socket#readme", "dependencies": { "bindings": "^1.5.0", "errno": "^1.0.0", "nan": "^2.22.2" }, "optionalDependencies": { "node-gyp": "^11.1.0" }, "repository": { "type": "git", "url": "git://github.com/Demon000/node-bluetooth-socket.git" }, "bugs": { "url": "https://github.com/Demon000/node-bluetooth-socket/issues" }, "os": [ "linux" ] }