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" +}