predict-vbb-delays
Version:
Predict delays of Berlin public transport vehicles.
43 lines (42 loc) • 906 B
JSON
{
"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 <mail@jannisr.de>",
"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"
}
}