mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
15 lines
520 B
JSON
15 lines
520 B
JSON
|
{
|
||
|
"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"],
|
||
|
"engines" : {"node": ">=4"}
|
||
|
}
|