db-rest/package.json
Jannis R cf8a00dd53
merge /stations/all into /stations
and move lib/* to routes/*
2020-05-01 20:13:41 +02:00

37 lines
808 B
JSON

{
"private": true,
"name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "5.0.0",
"main": "index.js",
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/db-rest/tree/5",
"repository": "derhuerst/db-rest",
"bugs": "https://github.com/derhuerst/db-rest/issues",
"license": "ISC",
"keywords": [
"public",
"transport",
"api",
"http",
"rest",
"deutsche bahn",
"db"
],
"engines": {
"node": ">=6"
},
"dependencies": {
"cli-native": "^1.0.0",
"db-hafas": "^3.0.1",
"db-stations": "^2.4.0",
"db-stations-autocomplete": "^2.1.0",
"etag": "^1.8.1",
"hafas-client-health-check": "^1.0.1",
"hafas-rest-api": "^1.2.1",
"serve-buffer": "^2.0.0"
},
"scripts": {
"start": "node index.js"
}
}