iwy_master
Version:
Controls IWY Light Master via TCP scocket
38 lines (37 loc) • 769 B
JSON
{
"name": "iwy_master",
"version": "0.2.3",
"description": "Controls IWY Light Master via TCP scocket",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/philip1986/iwy_master.git"
},
"keywords": [
"iwy",
"light",
"tcp",
"home",
"automation",
"smart",
"home",
"led"
],
"author": "Philip Patzer <philip.patzer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/philip1986/iwy_master/issues"
},
"homepage": "https://github.com/philip1986/iwy_master",
"dependencies": {
"color": "^0.10.1"
},
"devDependencies": {
"mocha": "^2.3.4",
"should": "^8.0.2",
"sinon": "^1.17.2"
}
}