{ "name": "facilmap-server", "version": "2.7.0", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ "webpack", "maps", "osm" ], "homepage": "https://github.com/FacilMap/facilmap2", "bugs": { "url": "https://github.com/FacilMap/facilmap2/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap2.git" }, "scripts": { "start": "npm run deps && npm run server", "deps": "yarn install", "server": "node ./server.js" }, "bin": { "facilmap-server": "./server.js" }, "dependencies": { "@mapbox/polyline": "^1.0.0", "bluebird": "^3.5.2", "cheerio": "^1.0.0-rc.2", "compression": "^1.7.3", "compressjs": "^1.0.3", "ejs": "^2.6.1", "event-stream": "^4.0.0", "express": "^4.16.3", "facilmap-frontend": "^2.7.0", "highland": "^2.13.0", "json-format": "^1.0.1", "maxmind": "^2.7.0", "md5-file": "^4.0.0", "mysql2": "^1.6.1", "node-cron": "^2.0.1", "promisify-node": "^0.5.0", "request": "^2.88.0", "request-debug": "^0.2.0", "request-promise": "^4.2.2", "sequelize": "^4.39.0", "socket.io": "^2.1.1", "stream-combiner": "^0.2.2", "string-similarity": "^1.2.2", "underscore": "^1.9.1", "unzipper": "^0.9.3" }, "devDependencies": { "webpack": "^4.20.2", "webpack-dev-middleware": "^3.4.0", "webpack-hot-middleware": "^2.24.2" } }