blinkstick
Version:
Blickstick API for Node.js
26 lines • 565 B
JSON
{
"name": "blinkstick-connect",
"description": "Connect to the BlinkStick server and control your BlinkStick online.",
"keywords": [
"blinkstick"
],
"author": {
"name": "Arvydas Juskevicius",
"url": "http://twitter.com/arvydev"
},
"contributors": [
{
"name": "Paul Cuthbertson",
"email": "npm@paulcuth.me.uk",
"url": "http://paulcuth.me.uk"
}
],
"version": "0.1.0",
"engines": {
"node": ">=0.8.x"
},
"dependencies": {
"blinkstick": ">=0.1.0",
"faye": ">=0.8.x"
}
}