20 lines
546 B
JSON
20 lines
546 B
JSON
{
|
|
"name": "hc-fogmachine-mqtt",
|
|
"version": "1.0.0",
|
|
"description": "An implementation of a fog machine which uses MQTT",
|
|
"main": "HCFogmachineMQTT.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.literalchaos.de:jan/hc-fogmachine-mqtt.git"
|
|
},
|
|
"author": "Jan Scheiper",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
|
|
"mqtt": "^3.0.0"
|
|
}
|
|
}
|