From 0c4ffa6f3be6c45c9282f15c2c334144f1087803 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Mon, 11 Jan 2016 21:10:04 +0100 Subject: [PATCH] add serialport --- nodejs/package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 nodejs/package.json diff --git a/nodejs/package.json b/nodejs/package.json new file mode 100644 index 0000000..5675889 --- /dev/null +++ b/nodejs/package.json @@ -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" +}