eddystone-beacon-config
Version:
Eddystone beacon configuration service for Node.js
38 lines (37 loc) • 767 B
JSON
{
"name": "eddystone-beacon-config",
"version": "0.1.3",
"description": "Eddystone beacon configuration service for Node.js",
"license": "MIT",
"repository": "ragingwind/eddystone-beacon-configuration",
"author": {
"name": "ragingwind",
"email": "ragingwind@gmail.com",
"url": "ragingwind.me"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"eddystone-characteristics.js",
"examples"
],
"keywords": [
"Eddystone",
"Eddystone configuration service",
"bleno"
],
"dependencies": {
"bleno": "^0.1.14",
"debug": "^2.2.0",
"eddystone-url-encoding": "^1.0.0",
"object-assign": "^3.0.0"
},
"devDependencies": {
"mocha": "*"
}
}