18 lines
440 B
JSON
18 lines
440 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"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "Phillip Kühne <phillipkhne@gmail.com",
|
|
"license": "ISC"
|
|
}
|