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": {
2017-04-27 12:42:42 +00:00
"@mapbox/polyline": "^0.2.0",
2018-01-31 19:46:25 +00:00
"bluebird": "^3.5.1",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.1",
"compressjs": "^1.0.3",
2018-01-31 19:46:25 +00:00
"ejs": "^2.5.7",
"event-stream": "^3.3.4",
2018-01-31 19:46:25 +00:00
"express": "^4.16.2",
2018-01-28 01:12:45 +00:00
"facilmap-frontend": "^2.7.0",
2018-01-31 19:46:25 +00:00
"highland": "^2.11.1",
"json-format": "^1.0.1",
"maxmind": "^2.7.0",
"md5-file": "^4.0.0",
2018-01-31 19:33:48 +00:00
"mysql2": "^1.5.1",
"node-cron": "^2.0.1",
"promisify-node": "^0.5.0",
2018-01-31 19:46:25 +00:00
"request": "^2.83.0",
"request-debug": "^0.2.0",
2018-01-31 19:46:25 +00:00
"request-promise": "^4.2.2",
2018-01-31 19:33:48 +00:00
"sequelize": "^4.32.2",
2018-01-31 19:46:25 +00:00
"socket.io": "^2.0.4",
"stream-combiner": "^0.2.2",
"string-similarity": "^1.2.0",
"underscore": "^1.8.3",
2018-01-31 19:46:25 +00:00
"unzipper": "^0.8.11"
},
"devDependencies": {
2018-01-31 19:46:25 +00:00
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.21.2"
}
}