-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 906 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
39
40
41
42
{
"name": "predict-vbb-delays",
"description": "Predict delays of Berlin public transport vehicles.",
"version": "0.1.0",
"main": "index.js",
"bin": {
"delays-at-station": "./at-station.js",
"split-delays-into-sets": "./split-into-sets.js"
},
"files": [
"index.js",
"at-station.js",
"split-into-sets.js",
"lib"
],
"keywords": [
"vbb",
"berlin",
"public transport",
"transit",
"delays",
"realtime"
],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/derhuerst/predict-vbb-delays",
"repository": "derhuerst/predict-vbb-delays",
"bugs": "https://github.com/derhuerst/predict-vbb-delays/issues",
"license": "ISC",
"engines": {
"node": ">=6"
},
"dependencies": {
"byline": "^5.0.0",
"level": "^4.0.0",
"luxon": "^1.3.1",
"mri": "^1.1.1",
"ndjson": "^1.5.0",
"pump": "^3.0.0",
"through2": "^2.0.3",
"vbb-stations": "^6.5.0"
}
}