roomba-iot – Blame information for rev 2

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": {
21 "mqtt": "^2.17.0",
2 office 22 "node-bitarray": "^0.1.0",
1 office 23 "onoff": "^3.0.1",
24 "readline": "^1.3.0",
25 "serialport": "^7.0.2",
26 "winston": "^2.4.1",
27 "yamljs": "^0.3.0"
28 }
29 }