{ "name": "autolight", "version": "0.0.0", "description": "Smart light decision-making part for sola proj.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iotcat/sola.git" }, "keywords": [ "iot", "smart", "home", "light" ], "author": "iotcat", "license": "MIT", "bugs": { "url": "https://github.com/iotcat/sola/issues" }, "homepage": "https://github.com/iotcat/sola#readme", "dependencies": { "mqtt": "^3.0.0" } }