db-rest/package.json

44 lines
840 B
JSON
Raw Normal View History

2017-10-23 23:13:53 +02:00
{
"private": true,
"name": "db-rest",
"description": "Work in progress.",
"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"
],
"engines": {
"node": ">=6"
},
"dependencies": {
2017-10-24 23:45:35 +02:00
"cli-native": "^1.0.0",
2017-10-23 23:13:53 +02:00
"compression": "^1.7.1",
"corser": "^2.0.1",
2017-10-24 23:45:35 +02:00
"db-hafas": "^1.1.0",
2017-10-23 23:13:53 +02:00
"express": "^4.16.2",
2017-10-24 23:45:35 +02:00
"hafas-departures-in-direction": "^0.1.0",
2017-10-23 23:13:53 +02:00
"hsts": "^2.1.0",
"morgan": "^1.9.0",
"nocache": "^2.0.0",
2017-10-24 23:45:35 +02:00
"parse-messy-time": "^2.1.0",
2017-10-23 23:13:53 +02:00
"shorthash": "^0.0.2"
},
"scripts": {
"start": "node index.js"
}
}