{ "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 ", "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", "compression": "^1.7.1", "corser": "^2.0.1", "db-hafas": "^1.1.0", "db-stations": "^1.22.0", "express": "^4.16.2", "hafas-departures-in-direction": "^0.1.0", "hsts": "^2.1.0", "morgan": "^1.9.0", "nocache": "^2.0.0", "parse-messy-time": "^2.1.0", "shorthash": "^0.0.2" }, "scripts": { "start": "node index.js" } }