2016-06-22 01:39:04 +02:00
|
|
|
{
|
|
|
|
"name": "hafas-client",
|
|
|
|
"description": "JavaScript client for HAFAS mobile APIs.",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"files": ["index.js"],
|
|
|
|
"author": "Jannis R <mail@jannisr.de>",
|
|
|
|
"homepage": "https://github.com/derhuerst/hafas-client",
|
|
|
|
"repository": "derhuerst/hafas-client",
|
|
|
|
"bugs": "https://github.com/derhuerst/hafas-client/issues",
|
|
|
|
"license": "ISC",
|
|
|
|
"keywords": ["hafas", "public", "transport", "api"],
|
2016-06-22 01:39:59 +02:00
|
|
|
"engines" : {"node": ">=4"},
|
|
|
|
"dependencies": {
|
2016-06-22 02:09:02 +02:00
|
|
|
"got": "^6.3",
|
|
|
|
"moment-timezone": "^0.5.4"
|
2016-06-22 01:39:59 +02:00
|
|
|
}
|
2016-06-22 01:39:04 +02:00
|
|
|
}
|