Add Automatic SFTP Uploader+

merge-requests/54/head
Moe 2019-02-19 19:34:11 -08:00
parent 6a3daccb2f
commit 75f7be4900
1 changed files with 11 additions and 11 deletions

View File

@ -21,31 +21,31 @@
"dependencies": {
"aws-sdk": "^2.279.1",
"backblaze-b2": "^1.0.4",
"body-parser": "^1.15.2",
"body-parser": "^1.18.3",
"circular-json": "0.3.1",
"connection-tester": "^0.1.1",
"discord.js": "^11.3.2",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express": "^4.16.4",
"http-proxy": "^1.17.0",
"jsonfile": "^3.0.1",
"knex": "^0.14.2",
"knex": "^0.16.3",
"ldapauth-fork": "^4.0.2",
"moment": "^2.17.0",
"mp4frag": "^0.0.22",
"mysql": "^2.12.0",
"mysql": "^2.16.0",
"node-onvif": "^0.1.4",
"node-ssh": "^5.1.2",
"nodemailer": "^4.0.1",
"pam-diff": "^0.10.2",
"pam-diff": "^0.12.1",
"path": "^0.12.7",
"pipe2pam": "^0.6.2",
"request": "^2.79.0",
"socket.io": "^1.7.1",
"socket.io-client": "^1.7.2",
"sqlite3": "^4.0.4",
"webdav-fs": "^1.11.0",
"request": "^2.88.0",
"sat": "^0.7.1",
"shinobi-sound-detection": "^0.1.7"
"shinobi-sound-detection": "^0.1.7",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"webdav-fs": "^1.11.0"
},
"devDependencies": {}
}