This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
{
"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.0",
"batch-stream": "^0.1.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.1",
"cron": "^1.3.0",
"csv-parse": "^2.0.0",
"express": "^4.16.2",
"express-dynacl": "^1.0.0",
"express-jsonschema": "^1.1.6",
"express-jwt": "^5.1.0",
"extract-zip": "^1.6.6",
"https": "^1.0.0",
"jsonwebtoken": "^8.1.1",
"mime-types": "^2.1.17",
"minimist": "^1.2.0",
"moment": "^2.20.1",
"mongodb": "^3.0.2",
"mongoose": "^5.0.3",
"mongoose-paginate": "^5.0.3",
"mongoose-write-stream": "0.0.0",
"multer": "^1.3.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.12",
"request": "^2.85.0",
"rimraf": "^2.6.2",
"simple-get": "^2.7.0",
"stream-transform": "^1.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mongo-express": "^0.44.0",
"nodemon": "^1.14.11"
},
"author": "Martin Kopecek <[email protected]>",
"license": "GPL-3.0"
}