This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
forked from otevrena-data-mfcr/cityvizor-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "cityvizor-server",
"version": "2.0.0",
"description": "",
"homepage": "https://cityvizor.cz/",
"repository": "otevrena-data-mfcr/CityVizor",
"main": "server/server.js",
"scripts": {
"start": "npm run prod",
"prod": "NODE_ENV=production node server/server.js",
"cron": "NODE_ENV=production node server/cron.js",
"dev": "NODE_ENV=development nodemon server/server.js"
},
"keywords": [
"opendata",
"cityvizor",
"faktury"
],
"dependencies": {
"archiver": "^2.1.1",
"async": "^2.6.1",
"batch-stream": "^0.1.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.3",
"cors": "^2.8.5",
"cron": "^1.6.0",
"csv-parse": "^2.5.0",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"express-dynacl": "^1.0.0",
"express-jsonschema": "^1.1.6",
"express-jwt": "^5.3.1",
"extract-zip": "^1.6.7",
"https": "^1.0.0",
"jsonwebtoken": "^8.4.0",
"mime-types": "^2.1.21",
"minimist": "^1.2.0",
"moment": "^2.23.0",
"mongodb": "^3.1.10",
"mongoose": "^5.4.1",
"mongoose-paginate": "^5.0.3",
"mongoose-write-stream": "0.0.0",
"multer": "^1.4.1",
"path": "^0.12.7",
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.3",
"simple-get": "^2.8.1",
"ssl-root-cas": "^1.2.5",
"stream-transform": "^1.0.8",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mongo-express": "^0.44.0",
"nodemon": "^1.18.9"
},
"author": "Martin Kopecek <martin.kopecek@smallhill.cz>",
"license": "GPL-3.0"
}