Initial commit with Arduino and client

This commit is contained in:
Tobias Blum
2016-05-12 23:05:38 +02:00
parent 1004bb979f
commit 740239b983
21 changed files with 1937 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "mc_lighting",
"version": "1.0.0",
"description": "Web client for Mc Lighting",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tobias Blum",
"license": "MIT",
"dependencies": {
"gulp-connect": "^4.0.0",
"materialize-css": "^0.97.6"
}
}