-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.5 KB
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
51
52
53
54
{
"name": "the-open-data-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"prod": "npm install && npm install --prefix theOpenDataMap && npm run build --prefix theOpenDataMap"
},
"repository": {
"type": "git",
"url": "git+https://dominikgyecsek@bitbucket.org/dominikgyecsek/the-open-data-map.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/dominikgyecsek/the-open-data-map#readme",
"dependencies": {
"@bugsnag/js": "^6.5.0",
"@bugsnag/plugin-express": "^6.5.1",
"axios": "^0.19.0",
"compression": "^1.7.4",
"crypto": "^1.0.1",
"csv-parser": "^2.3.2",
"detect-character-encoding": "^0.8.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-jwt": "^5.3.1",
"express-rate-limit": "^5.0.0",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"mime-types": "^2.1.25",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.1",
"npm": "^6.14.1",
"object-hash": "^2.0.1",
"parse-kml": "^1.0.1",
"parse-kmz": "^1.0.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.14.0",
"read-excel-file": "^4.0.5",
"redis": "^3.0.2",
"save": "^2.4.0",
"shapefile": "^0.6.6",
"unzip": "^0.1.11",
"unzipper": "^0.10.10",
"url-exists": "^1.0.3",
"uuid": "^3.3.3",
"xml2json": "^0.11.2"
}
}