node-red-contrib-leap-motion
Version:
Node-Red nodes for leap motion
26 lines (25 loc) • 570 B
JSON
{
"name": "node-red-contrib-leap-motion",
"version": "0.0.2",
"description": "Node-Red nodes for leap motion",
"main": "circle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"leap-motion",
"leapjs"
],
"node-red" : {
"nodes": {
"leapposition": "leapposition.js",
"circle": "circle.js",
"swips": "swips.js",
"keytap": "keytap.js",
"screentap": "screentap.js"
}
},
"author": "Tizot Léo / Crozier Jonathan",
"license": "ISC"
}