2017-10-23 23:13:53 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "db-rest",
|
2017-11-04 21:07:20 +01:00
|
|
|
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
2017-10-23 23:13:53 +02:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"api.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"author": "Jannis R <mail@jannisr.de>",
|
|
|
|
"homepage": "https://github.com/derhuerst/db-rest",
|
|
|
|
"repository": "derhuerst/db-rest",
|
|
|
|
"bugs": "https://github.com/derhuerst/db-rest/issues",
|
|
|
|
"license": "ISC",
|
|
|
|
"keywords": [
|
|
|
|
"public",
|
|
|
|
"transport",
|
|
|
|
"api",
|
|
|
|
"http",
|
2017-11-04 21:07:20 +01:00
|
|
|
"rest",
|
|
|
|
"deutsche bahn",
|
|
|
|
"db"
|
2017-10-23 23:13:53 +02:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-10-24 23:45:35 +02:00
|
|
|
"cli-native": "^1.0.0",
|
2018-01-30 12:11:25 +01:00
|
|
|
"db-hafas": "^2.1.0",
|
2018-02-25 10:53:20 +01:00
|
|
|
"db-stations": "^2.4.0",
|
|
|
|
"db-stations-autocomplete": "^2.1.0",
|
2018-03-07 02:33:49 +01:00
|
|
|
"hafas-rest-api": "^0.4.0",
|
2017-10-23 23:13:53 +02:00
|
|
|
"hsts": "^2.1.0",
|
2018-01-30 12:11:25 +01:00
|
|
|
"ndjson": "^1.5.0"
|
2017-10-23 23:13:53 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js"
|
|
|
|
}
|
|
|
|
}
|