From f19a2da2ecc2b4ea277783228447f3be1cf4f54b Mon Sep 17 00:00:00 2001 From: Dave Hayes Date: Thu, 9 Jul 2020 14:45:16 -0700 Subject: [PATCH] Put back package.json --- package.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2872e0dd..cb8c1781 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "discord.js": "^11.3.2", "ejs": "^2.5.5", "express": "^4.16.4", - "express-fileupload": "^1.1.6-alpha.6", "ftp-srv": "^4.3.1", "http-proxy": "^1.17.0", "jsonfile": "^3.0.1", @@ -35,20 +34,18 @@ "node-onvif": "^0.1.4", "node-ssh": "^5.1.2", "nodemailer": "^4.0.1", - "npm": "^6.14.6", "pam-diff": "^1.0.0", "path": "^0.12.7", - "pg": "^8.2.2", "pipe2pam": "^0.6.2", - "pm2": "^3.0.0", "request": "^2.88.0", "sat": "^0.7.1", "shinobi-sound-detection": "^0.1.8", "smtp-server": "^3.5.0", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", - "tree-kill": "1.2.2", - "webdav-fs": "^1.11.0" + "webdav-fs": "^1.11.0", + "express-fileupload": "^1.1.6-alpha.6", + "tree-kill":"1.2.2" }, "devDependencies": {}, "bin": "camera.js", @@ -66,12 +63,13 @@ "targets": [ "node12" ], - "scripts": [], + "scripts": [ + ], "assets": [ - "definitions/*", - "languages/*", - "web/*", - "test/*" + "definitions/*", + "languages/*", + "web/*", + "test/*" ] } }