You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
590 B

4 years ago
{
"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"
}
}