This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
trev/nodejs/package.json
2016-01-11 21:10:04 +01:00

23 lines
493 B
JSON

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