facilmap/server/package.json

61 wiersze
1.6 KiB
JSON
Czysty Zwykły widok Historia

{
"name": "facilmap-server",
2018-01-28 01:12:45 +00:00
"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 <cdauth@cdauth.eu>",
"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": {
2018-09-26 22:15:02 +00:00
"@mapbox/polyline": "^1.0.0",
2018-12-26 04:26:54 +00:00
"bluebird": "^3.5.3",
2018-01-31 19:46:25 +00:00
"cheerio": "^1.0.0-rc.2",
2018-09-26 22:15:02 +00:00
"compression": "^1.7.3",
"compressjs": "^1.0.3",
2018-09-26 22:15:02 +00:00
"ejs": "^2.6.1",
2018-12-26 04:26:54 +00:00
"event-stream": "^4.0.1",
"express": "^4.16.4",
2018-01-28 01:12:45 +00:00
"facilmap-frontend": "^2.7.0",
2018-09-26 22:15:02 +00:00
"highland": "^2.13.0",
2018-01-31 19:46:25 +00:00
"json-format": "^1.0.1",
2018-12-26 04:26:54 +00:00
"maxmind": "^2.11.1",
"md5-file": "^4.0.0",
2018-12-26 04:26:54 +00:00
"mysql2": "^1.6.4",
"node-cron": "^2.0.3",
"promisify-node": "^0.5.0",
2018-09-26 22:15:02 +00:00
"request": "^2.88.0",
"request-debug": "^0.2.0",
2018-01-31 19:46:25 +00:00
"request-promise": "^4.2.2",
2018-12-26 04:26:54 +00:00
"sequelize": "^4.42.0",
"socket.io": "^2.2.0",
"stream-combiner": "^0.2.2",
2018-12-26 04:26:54 +00:00
"string-similarity": "^3.0.0",
2018-09-26 22:15:02 +00:00
"underscore": "^1.9.1",
2018-12-26 04:26:54 +00:00
"unzipper": "^0.9.7"
},
"devDependencies": {
2018-12-26 04:26:54 +00:00
"webpack": "^4.28.2",
2018-09-26 22:15:02 +00:00
"webpack-dev-middleware": "^3.4.0",
2018-12-26 04:26:54 +00:00
"webpack-hot-middleware": "^2.24.3"
}
}