add serialport

This commit is contained in:
Stefan Sterz 2016-01-11 21:10:04 +01:00
parent 0746205c6b
commit 0c4ffa6f3b
1 changed files with 23 additions and 0 deletions

23
nodejs/package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "auto-home",
"version": "1.0.0",
"description": "A way of controlling your home, hopefully.",
"main": "index.js",
"dependencies": {
"serialport": "^2.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://svs.ankaa.uberspace.de/sterzy/auto-home.git"
},
"keywords": [
"home",
"automation"
],
"author": "Stefan Sterz",
"license": "ISC"
}