roomba-iot – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 5... Line 5...
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 "roomba",
11 "conditioning", 11 "robot",
12 "automation" 12 "IoT"
13 ], 13 ],
14 "repository": { 14 "repository": {
15 "type": "svn", 15 "type": "svn",
16 "url": "http://svn.grimore.org/roomba-iot/trunk" 16 "url": "http://svn.grimore.org/roomba-iot/trunk"
17 }, 17 },
18 "author": "Wizardry and Steamworks (office@grimore.org)", 18 "author": "Wizardry and Steamworks (office@grimore.org)",
19 "license": "LicenseRef-LICENSE", 19 "license": "LicenseRef-LICENSE",
20 "dependencies": { 20 "dependencies": {
21 "mqtt": "^2.17.0", 21 "mqtt": "^2.17.0",
-   22 "node-bitarray": "^0.1.0",
22 "onoff": "^3.0.1", 23 "onoff": "^3.0.1",
23 "readline": "^1.3.0", 24 "readline": "^1.3.0",
24 "serialport": "^7.0.2", 25 "serialport": "^7.0.2",
25 "winston": "^2.4.1", 26 "winston": "^2.4.1",
26 "yamljs": "^0.3.0" 27 "yamljs": "^0.3.0"