UNPKG

vbb-parse-ticket

Version:

Parse ticket information from the VBB HAFAS API.

33 lines (32 loc) 612 B
{ "name": "vbb-parse-ticket", "description": "Parse ticket information from the VBB HAFAS API.", "version": "0.2.1", "main": "index.js", "files": [ "index.js", "variants.js" ], "keywords": [ "vbb", "parse", "ticket", "hafas", "api" ], "author": "Jannis R <mail@jannisr.de>", "homepage": "https://github.com/derhuerst/vbb-parse-ticket", "repository": "derhuerst/vbb-parse-ticket", "license": "ISC", "engines": { "node": ">=6" }, "devDependencies": { "tape": "^4.8.0", "tap-min": "^1.2.2" }, "scripts": { "test": "tape test.js | tap-min", "prepublishOnly": "npm test" } }