Initial Commit
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user