Created
January 17, 2020 23:42
-
-
Save giljr/ae97601f1242963fc78d890cea4ef166 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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