lumen
Version:
Node.js lib for the Tabu Lumen
33 lines (32 loc) • 650 B
JSON
{
"name": "lumen",
"version": "2.0.0",
"description": "Node.js lib for the Tabu Lumen",
"main": "index.js",
"scripts": {
"test": "jshint *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/node-lumen.git"
},
"keywords": [
"tabu",
"lumen",
"bulb",
"smart bulb"
],
"author": "Sandeep Mistry <sandeep.mistry@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-lumen/issues"
},
"devDependencies": {
"jshint": "~2.3.0",
"async": "~0.2.9",
"bleno": "~0.0.2"
},
"dependencies": {
"noble-device": "^1.1.0"
}
}