roomba-iot – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "roomba-iot",
3 "version": "1.0.0",
4 "description": "Roomba Automation in Node.JS",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
2 office 10 "roomba",
11 "robot",
12 "IoT"
1 office 13 ],
14 "repository": {
15 "type": "svn",
16 "url": "http://svn.grimore.org/roomba-iot/trunk"
17 },
18 "author": "Wizardry and Steamworks (office@grimore.org)",
19 "license": "LicenseRef-LICENSE",
20 "dependencies": {
4 office 21 "mqtt": "^4.2.8",
22 "onoff": "^6.0.3",
23 "serialport": "^9.2.4",
24 "winston": "^3.3.3",
1 office 25 "yamljs": "^0.3.0"
26 }
27 }