Added python-shell

This commit is contained in:
2017-06-03 19:18:21 +02:00
parent 557aa526d1
commit e9cdf593e7

View File

@@ -4,7 +4,8 @@
"description": "## the Idea Since I was young I have always been obsessed with motors. Using motors to control crazy mondane things. *Not because it was hard, but because I could.* So to continue that trend I wanted to be able to control me two roller curtains over my bed. I started prototyping with a Arduino and a couple servos and I now have it up and running. >A little caviate. It is working, but only the one curtain can be lifted again, it has no automation and no wireless connectivity. Needs to be done!",
"main": "server.js",
"dependencies": {
"express": "^4.14.1"
"express": "^4.14.1",
"python-shell": "^0.4.0"
},
"devDependencies": {},
"scripts": {