db-vendo-client/package.json

15 lines
520 B
JSON
Raw Normal View History

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"],
"engines" : {"node": ">=4"}
}