iobroker.backitup
Version:
Backitup enables the cyclic creation of backups of an IoBroker / Homematic installation
61 lines • 1.35 kB
JSON
{
"name": "iobroker.backitup",
"version": "1.1.3",
"engines": {
"node": ">=6.0.0"
},
"description": "Backitup enables the cyclic creation of backups of an IoBroker / Homematic installation",
"author": {
"name": "simatec",
"email": "nais@gmx.net"
},
"contributors": [
{
"name": "simatec",
"email": "nais@gmx.net"
},
{
"name": "peoples0815",
"email": "peoples0815github@gmail.com"
},
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/simatec/ioBroker.backitup",
"license": "MIT",
"keywords": [
"ioBroker",
"backitup",
"Smart Home",
"home automation",
"Backup"
],
"repository": {
"type": "git",
"url": "https://github.com/simatec/ioBroker.backitup"
},
"dependencies": {
"dropbox-v2-api": "^2.1.17",
"ftp": "^0.3.10",
"node-schedule": "^1.3.0",
"request": "^2.87.0",
"targz": "^1.0.1",
"node-wol": "^0.1.1",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^6.0.2",
"chai": "^4.1.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/simatec/ioBroker.backitup/issues"
},
"readmeFilename": "README.md"
}