-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "backtower",
"version": "0.0.1",
"description": "A tools to backup remote or local servers",
"main": "index",
"repository": {
"type": "git",
"url": "git://github.com/Vincz/Backtower.git"
},
"homepage": "https://github.com/Vincz/Backtower",
"bugs": "https://github.com/Vincz/Backtower/issues",
"dependencies": {
"handlebars": "^4.0.12",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-mailjet": "^3.3.1",
"node-notifier": "^5.4.0",
"recursive-readdir-async": "^1.1.3",
"rsyncwrapper": "^3.0.1",
"simple-git": "^1.107.0",
"ssh2": "^0.8.2"
},
"keywords": [
"backup",
"rsync",
"git",
"servers",
"command line utility wrapper",
"async",
"syncing",
"copying",
"file manipulation",
"remote",
"ssh"
],
"author": {
"name": "Vincent Fullstack",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": ">=8.1.3"
}
}