-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 Bytes
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
{
"name": "db_webfrontend",
"title": "GGR Prognosen Webfrontend",
"description": "Webfrontend for visualizing prognoses stored in a database",
"version": "0.9.0",
"homepage": "https://github.com/ChrFr/ggr-webfrontend",
"author": {
"name": "Christoph Franke",
"email": "franke@ggr-planung.de",
"url": ""
},
"repository": {
"type": "git",
"url": "https://github.com/ChrFr/ggr-webfrontend.git"
},
"bugs": {
"url": "https://github.com/ChrFr/ggr-webfrontend/issues"
},
"main": "./server/server",
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"d3": "3.5.x",
"error-handler": "^1.0.0",
"express": "4.x",
"express-bouncer": "^0.2.0",
"express-session": "^1.15.6",
"file-stream-rotator": "^0.2.1",
"jsdom": "^11.6.2",
"log4js": "^0.6.38",
"morgan": "^1.9.0",
"pg": "^4.5.7",
"topojson": "1.6.x"
}
}