From df70442de26df118b06969427b4a34a2bdbb4761 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 28 Aug 2018 15:20:52 -0700 Subject: [PATCH] Removed unused packages from package.json Signed-off-by: James Ketrenos --- config/default.json | 2 +- package.json | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config/default.json b/config/default.json index 5e6eb7b..04d86cc 100644 --- a/config/default.json +++ b/config/default.json @@ -9,6 +9,6 @@ "server": { "port": 8123 }, - "picturesPath": "./pictures", + "picturesPath": "/multimedia/Pictures", "basePath": "/photos" } diff --git a/package.json b/package.json index 93316ff..ff2c2bc 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "description": "Self hosting photo", "main": "server/app.js", "scripts": { - "debug": "node node_modules/node-inspector/bin/node-debug.js ./server/app.js", - "start": "node ./server/app.js", - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node ./server/app.js" }, "repository": { "type": "git", @@ -24,8 +22,6 @@ "mariasql": "^0.2.6", "moment": "^2.22.2", "morgan": "^1.9.0", - "mysql2": "^1.5.1", - "node-inspector": "^1.1.1", "qs": "^6.5.2", "sequelize": "^4.28.6", "sequelize-mysql": "^1.7.0",