forked from origo-map/origo-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "origo-server",
"version": "1.0.0",
"description": "Origo serverside to be used with an Origo map client",
"keywords": [
"origo",
"server"
],
"license": "BSD-2-Clause",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-handlebars": "^7.1.2",
"express-rate-limit": "^7.1.5",
"http-proxy": "^1.18.1",
"iconv-lite": "^0.6.3",
"node-fetch": "^3.3.2",
"node-gyp": "^10.0.1",
"openid-client": "^5.6.2",
"orm": "^8.0.0",
"proj4": "^2.9.2",
"query-overpass": "^1.5.5",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"serve-favicon": "^2.5.0",
"sqlite3": "^5.1.6",
"utf8": "^3.0.0",
"wkt": "^0.1.1",
"xml2js": "^0.6.2",
"xmlbuilder": "^15.1.1"
},
"optionalDependencies": {
"mssql": "^10.0.1",
"mysql": "^2.18.1",
"node-windows": "^0.1.14",
"oracledb": "^6.3.0",
"pg": "^8.11.3",
"pg-promise": "^11.5.4"
}
}