node-red-contrib-sphero
Version:
A Node-RED node capable of establishing connection with Sphero droid and sending commands to it
33 lines (32 loc) • 898 B
JSON
{
"name": "node-red-contrib-sphero",
"version": "1.0.1",
"description": "A Node-RED node capable of establishing connection with Sphero droid and sending commands to it",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glogo/node-red-contrib-sphero.git"
},
"author": {
"name": "Michael Gloger",
"email": "gloger.michael@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Glogo/node-red-contrib-sphero/issues"
},
"homepage": "https://github.com/Glogo/node-red-contrib-sphero#readme",
"keywords": [ "node-red", "sphero", "droid" ],
"node-red": {
"nodes": {
"sphero": "sphero/sphero.js",
"sphero-connection": "sphero/sphero-connection.js"
}
},
"dependencies": {
"noble": "^1.5.0",
"sphero": "^0.9.2"
}
}