db-rest/package.json

43 lines
849 B
JSON
Raw Normal View History

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-09 00:06:26 +01:00
"db-hafas": "^2.0.0-alpha.2",
2017-11-10 00:06:15 +01:00
"db-stations": "^1.24.0",
"db-stations-autocomplete": "^1.0.0",
2017-12-16 09:06:35 +01:00
"hafas-rest-api": "0.1.0-alpha.2",
2017-10-23 23:13:53 +02:00
"hsts": "^2.1.0",
2017-12-16 11:47:50 +01:00
"ndjson": "^1.5.0",
"stream-filter": "^2.1.0"
2017-10-23 23:13:53 +02:00
},
"scripts": {
"start": "node index.js"
}
}