{ "name": "waip-web", "version": "0.1.2", "description": "Web-Version des Wachalarm-IP", "repository": { "type": "git", "url": "https://github.com/Robert-112/Wachalarm-IP-Web.git" }, "license": "Creative Commons Attribution Share Alike 4.0 International", "scripts": { "start": "node server.js" }, "dependencies": { "@turf/turf": "^5.1.6", "async": "^3.2.0", "bcrypt": "^3.0.8", "body-parser": "^1.19.0", "compression": "^1.7.4", "connect-sqlite3": "^0.9.11", "cookie-parser": "^1.4.5", "express": "^4.17.1", "express-session": "^1.17.1", "json2csv": "^5.0.1", "nodemailer": "^6.4.11", "npm": "^6.14.7", "passport": "^0.4.1", "passport-ip": "^0.1.2", "passport-local": "^1.0.0", "passport.socketio": "^3.7.0", "pug": "^2.0.4", "req-flash": "0.0.3", "serve-favicon": "^2.5.0", "socket.io": "^2.3.0", "socket.io-client": "^2.3.0", "sqlite3": "^4.2.0", "twit": "^2.2.11", "uuid": "^8.3.0" }, "devDependencies": {}, "engines": { "node": "6.1.0" } }