{ "name": "hafas-client", "description": "JavaScript client for HAFAS mobile APIs.", "version": "1.2.2", "main": "index.js", "files": [ "index.js", "parse.js", "stringify.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": ">=6" }, "dependencies": { "got": "^7.1.0", "moment-timezone": "^0.5.13", "slugg": "^1.2.0" }, "scripts": { "test": "node -e \"require('.')\"", "prepublish": "npm test" } }