Skip to content

Instantly share code, notes, and snippets.

@giljr
Created January 17, 2020 23:42
Show Gist options
  • Save giljr/ae97601f1242963fc78d890cea4ef166 to your computer and use it in GitHub Desktop.
Save giljr/ae97601f1242963fc78d890cea4ef166 to your computer and use it in GitHub Desktop.
{
"name": "arduino-rgb-sockets",
"version": "1.0.0",
"description": "Control a RGB LED using Websockets and johnny-five",
"main": "rgb.js",
"dependencies": {
"express": "^4.13.4",
"johnny-five": "^0.9.56",
"socket.io": "^1.4.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"arduino",
"rgb",
"johnny",
"five",
"led",
"websockets",
"hardware"
],
"author": "Ricardo Magalhaes <[email protected]> (http://ricardofilipe.com)",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment