@mkerix/noble
Version:
A Node.js BLE (Bluetooth Low Energy) central library.
69 lines (68 loc) • 1.54 kB
JSON
{
"author": "Sandeep Mistry",
"maintainers": [
"Jacob Rosenthal",
"Luis Montes"
],
"license": "MIT",
"name": "@mkerix/noble",
"description": "A Node.js BLE (Bluetooth Low Energy) central library.",
"version": "1.9.2-11.1",
"repository": {
"type": "git",
"url": "https://github.com/mKeRix/noble.git"
},
"bugs": {
"url": "https://github.com/mKeRix/noble/issues"
},
"keywords": [
"bluetooth",
"BLE",
"bluetooth low energy",
"bluetooth smart",
"central"
],
"main": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": ">=6"
},
"os": [
"darwin",
"linux",
"freebsd",
"win32"
],
"dependencies": {
"debug": "^4.3.1",
"napi-thread-safe-callback": "0.0.6",
"node-addon-api": "^3.1.0"
},
"optionalDependencies": {
"@abandonware/bluetooth-hci-socket": "^0.5.3-7"
},
"devDependencies": {
"async": "^3.2.0",
"eslint": "^7.18.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"install": "^0.13.0",
"mocha": "^8.2.1",
"node-gyp": "^7.1.2",
"prettier": "^2.2.1",
"should": "~13.2.3",
"sinon": "~9.2.4",
"ws": "^7.4.2"
},
"scripts": {
"lint": "eslint '**/*.js'",
"test": "mocha -R spec test/*.js"
},
"browser": {
"./lib/resolve-bindings.js": "./lib/resolve-bindings-web.js"
}
}