forked from noi-techpark/realtimebusservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 938 Bytes
/
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
{
"name": "realtimeserver",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SASA SpA-AG",
"license": "Apache 2.0",
"dependencies": {
"adm-zip": "^0.4.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-basic-auth": "^1.1.1",
"express-fileupload": "^0.1.4",
"express-group-routes": "^1.1.0",
"express-zip": "^2.0.1",
"fs-promise": "latest",
"gtfs-realtime-bindings": "0.0.4",
"http": "0.0.0",
"moment": "latest",
"moment-timezone": "^0.5.13",
"multer": "^1.3.0",
"multipart": "^0.1.5",
"node-zip": "^1.1.1",
"pg": "^6.4.0",
"pg-native": "^1.10.1",
"pg-pool": "latest",
"raven": "^2.1.0",
"time": "^0.12.0",
"tracer": "^0.8.9",
"unzip": "^0.1.11",
"yargs": "^8.0.2",
"request": "latest"
}
}