simple-hafas/package.json

19 lines
473 B
JSON

{
"name": "simple_hafas",
"version": "0.0.1",
"description": "Get departure times for nearby stations simply from hafas.",
"main": "server.js",
"dependencies": {
"express": "^4.17.1",
"hafas-client": "^4.6.1",
"legacy-encoding": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Phillip Kühne <phillipkhne@gmail.com",
"license": "ISC"
}