db-rest/package.json
Jannis R ad72ee9a80
bugfix 🐛
2017-12-16 11:47:50 +01:00

42 lines
853 B
JSON

{
"private": true,
"name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
"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",
"rest",
"deutsche bahn",
"db"
],
"engines": {
"node": ">=6"
},
"dependencies": {
"cli-native": "^1.0.0",
"db-stations": "^1.24.0",
"db-stations-autocomplete": "^1.0.0",
"hafas-client": "^2.0.0-alpha.3",
"hafas-rest-api": "0.1.0-alpha.2",
"hsts": "^2.1.0",
"ndjson": "^1.5.0",
"stream-filter": "^2.1.0"
},
"scripts": {
"start": "node index.js"
}
}