Use node.js to interact with LLAP devices (example): https://github.com/flabbergast/node-llap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
450 B
25 lines
450 B
{ |
|
"name": "node-llap", |
|
"version": "0.0.1", |
|
"author": { |
|
"name": "flabbergast", |
|
"email": "s3+flabbergast@sdfeu.org" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/flabbergast/node-llap" |
|
}, |
|
"private": true, |
|
"dependencies": { |
|
"express": "3.4.6", |
|
"jade": "0.35.0", |
|
"stylus": "0.41.0", |
|
"socket.io": "0.9.16", |
|
"serialport": "1.2.5", |
|
"winston": "0.7.2" |
|
}, |
|
"engines": { |
|
"node": "0.10.22", |
|
"npm": "1.3.14" |
|
} |
|
}
|
|
|