web-remote-control
Version:
Fast, real-time, remote control of devices (drones, boats, etc) from the web.
42 lines (41 loc) • 873 B
JSON
{
"name": "web-remote-control",
"description": "Fast, real-time, remote control of devices (drones, boats, etc) from the web.",
"license": "APSL-2.0",
"version": "1.9.8",
"main": "index.js",
"author": {
"name": "Simon Werner",
"url": "https://github.com/psiphi75"
},
"repository": {
"type": "git",
"url": "https://github.com/psiphi75/web-remote-control"
},
"bugs": {
"url": "https://github.com/psiphi75/web-remote-control/issues"
},
"scripts": {
"test": "./tests/runAll.sh",
"prepublish": "cd scripts && ./build.sh && cd .. "
},
"keywords": [
"udp",
"remote",
"control",
"web",
"control",
"rc",
"drone",
"uav"
],
"devDependencies": {
"tape": "^4.6.0"
},
"dependencies": {
"shortid": "^2.2.6",
"smaz": "1.0.0",
"socket.io": "^2.2.0",
"split": "^1.0.0"
}
}