db-vendo-client/package.json
2016-12-14 00:22:02 +01:00

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"
}
}