{
	"name":        "vbb-translate-ids",
	"description": "Translate VBB IDs from 9-digit to 12-digit and reverse.",
	"version": "4.0.0",
	"main": "index.js",
	"files": [
		"index.js"
	],
	"keywords":    ["vbb", "stations", "ids", "new", "ids", "international"],
	"author":      "Jannis R <mail@jannisr.de>",
	"homepage":    "https://github.com/derhuerst/vbb-translate-ids",
	"repository":  "derhuerst/vbb-translate-ids",
	"bugs":        "https://github.com/derhuerst/vbb-lines/issues-at",
	"license":     "ISC",
	"engines":     {"node": ">=6"},
	"scripts": {
		"test": "node test.js",
		"prepublishOnly": "npm test"
	}
}
