sphero-websocket
Version:
websocket server and client for Sphero
30 lines (29 loc) • 705 B
JSON
{
"name": "sphero-websocket",
"version": "0.5.14",
"bin": "bin/sphero-websocket.js",
"description": "websocket server and client for Sphero",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/comozilla/sphero-websocket.git"
},
"keywords": [
"Sphero"
],
"author": "Babibubebon",
"license": "MIT",
"bugs": {
"url": "https://github.com/comozilla/sphero-websocket/issues"
},
"dependencies": {
"sphero": "comozilla/sphero.js#develop",
"websocket": "~1.0.22",
"noble": "comozilla/noble#develop",
"serialport": "^2.0.6",
"argv": "0.0.2"
}
}