db-vendo-client/package.json
Jannis R 522be77373 docs 📝
2016-06-28 12:48:59 +02:00

18 lines
599 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", "mgate"],
"engines" : {"node": ">=4"},
"dependencies": {
"got": "^6.3",
"moment-timezone": "^0.5.4"
}
}