24 lines
493 B
JSON
24 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"
|
||
|
}
|