mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
22 lines
710 B
JSON
22 lines
710 B
JSON
{
|
|
"name": "hafas-client",
|
|
"description": "JavaScript client for HAFAS mobile APIs.",
|
|
"version": "0.6.1",
|
|
"main": "index.js",
|
|
"files": ["index.js", "parse.js", "stringify.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": ">=6"},
|
|
"dependencies": {
|
|
"got": "^6.3",
|
|
"moment-timezone": "^0.5.4"
|
|
},
|
|
"scripts": {
|
|
"test": "node -e \"require('.')\"",
|
|
"prepublish": "npm test"
|
|
}
|
|
}
|