cool-iot – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 {
2 "name": "cool-iot",
3 "version": "1.0.0",
4 "description": "Air conditioning automation",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "air",
11 "conditioning",
12 "automation"
13 ],
14 "repository" : {
15 "type" : "svn",
16 "url" : "http://svn.grimore.org/cool-iot/trunk"
17 },
18 "author": "Wizardry and Steamworks (office@grimore.org)",
3 office 19 "license": "LicenseRef-LICENSE",
2 office 20 "dependencies": {
21 "mqtt": "^2.17.0",
22 "onoff": "^3.0.1",
23 "winston": "^2.4.1",
24 "yamljs": "^0.3.0"
25 }
26 }