{ "name": "hafas-client", "description": "JavaScript client for HAFAS mobile APIs.", "version": "0.3.0", "main": "index.js", "files": ["index.js", "parse.js"], "author": "Jannis R ", "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" }, "scripts": { "test": "node -e \"require('./index')\"", "prepublish": "npm test" } }