roomba-iot – Rev 4

Subversion Repositories:
Rev:
{
  "name": "roomba-iot",
  "version": "1.0.0",
  "description": "Roomba Automation in Node.JS",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "roomba",
    "robot",
    "IoT"
  ],
  "repository": {
    "type": "svn",
    "url": "http://svn.grimore.org/roomba-iot/trunk"
  },
  "author": "Wizardry and Steamworks (office@grimore.org)",
  "license": "LicenseRef-LICENSE",
  "dependencies": {
    "mqtt": "^4.2.8",
    "onoff": "^6.0.3",
    "serialport": "^9.2.4",
    "winston": "^3.3.3",
    "yamljs": "^0.3.0"
  }
}