bleacon-fork
Version:
A Node.js library for creating, discovering, and configuring iBeacons
33 lines (32 loc) • 817 B
JSON
{
"name": "bleacon-fork",
"version": "0.0.7",
"description": "A Node.js library for creating, discovering, and configuring iBeacons",
"main": "index.js",
"scripts": {
"test": "jshint *.js lib/*.js bleu-station/*.js estimote/*.js estimote-sticker/*.js radbeacon/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/node-bleacon.git"
},
"keywords": [
"ibeacon"
],
"author": "Sandeep Mistry",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-bleacon/issues"
},
"dependencies": {
"@abandonware/bleno": "^0.5.1-2",
"@abandonware/noble": "^1.9.2-7",
"bignum": "^0.13.0",
"debug": "^2.2.0",
"noble-device-fork": "0.0.1"
},
"devDependencies": {
"jshint": "~2.1.11",
"async": "~0.2.9"
}
}