UNPKG

uri-beacon

Version:
34 lines (33 loc) 691 B
{ "name": "uri-beacon", "version": "0.2.4", "description": "Bluetooth URI Beacon", "os": [ "linux" ], "keywords": [ "bluetooth", "bluetooth low energy", "BLE", "Physical Web" ], "repository": { "type": "git", "url": "https://github.com/don/node-uri-beacon.git" }, "main": "uri-beacon.js", "scripts": { "pretest": "jshint *.js lib/. test/. examples/.", "test": "mocha -R spec test/*.js" }, "author": "Don Coleman <don.coleman@gmail.com>", "license": "Apache Version 2.0", "dependencies": { "bleno": "~0.1.8", "node-uuid": "~1.4.2" }, "devDependencies": { "jshint": "~2.5.6", "mocha": "~1.21.4" } }