cool-iot

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/trunk/package.json
@@ -0,0 +1,26 @@
{
"name": "cool-iot",
"version": "1.0.0",
"description": "Air conditioning automation",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"air",
"conditioning",
"automation"
],
"repository" : {
"type" : "svn",
"url" : "http://svn.grimore.org/cool-iot/trunk"
},
"author": "Wizardry and Steamworks (office@grimore.org)",
"license": "GPL-3.0-only",
"dependencies": {
"mqtt": "^2.17.0",
"onoff": "^3.0.1",
"winston": "^2.4.1",
"yamljs": "^0.3.0"
}
}