cool-iot – Diff between revs 2 and 3

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