liftstream
Version:
streaming interface for db adam api
40 lines (39 loc) • 847 B
JSON
{
"name": "liftstream",
"version": "0.0.3",
"description": "streaming interface for db adam api",
"main": "lib/elevents.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yetzt/liftstream.git"
},
"keywords": [
"db",
"bahn",
"deutsche",
"bahn",
"aufzug",
"aufzüge",
"adam",
"lifts",
"escalators",
"brokenlifts"
],
"author": "Sebastian Vollnhals <sv@dsst.io> (https://dsst.io/)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/yetzt/liftstream/issues"
},
"homepage": "https://github.com/yetzt/liftstream#readme",
"dependencies": {
"debug": "^2.2.0",
"dur": "0.0.2",
"express": "^4.13.3",
"express-sse": "^0.2.1",
"express-ws": "^0.2.6",
"request": "^2.67.0"
}
}