roomba-iot

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/package.json
@@ -7,9 +7,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"roomba",
"robot",
"IoT"
"air",
"conditioning",
"automation"
],
"repository": {
"type": "svn",
@@ -18,10 +18,11 @@
"author": "Wizardry and Steamworks (office@grimore.org)",
"license": "LicenseRef-LICENSE",
"dependencies": {
"mqtt": "^4.2.8",
"onoff": "^6.0.3",
"serialport": "^9.2.4",
"winston": "^3.3.3",
"mqtt": "^2.17.0",
"onoff": "^3.0.1",
"readline": "^1.3.0",
"serialport": "^7.0.2",
"winston": "^2.4.1",
"yamljs": "^0.3.0"
}
}