db-vendo-client/package.json
2018-03-18 13:44:29 +01:00

63 lines
1.4 KiB
JSON

{
"name": "hafas-client",
"description": "JavaScript client for HAFAS public transport APIs.",
"version": "2.5.0",
"main": "index.js",
"files": [
"index.js",
"throttle.js",
"lib",
"parse",
"format",
"p",
"docs"
],
"author": "Jannis R <mail@jannisr.de>",
"contributors": [
"Julius Tens <mail@juliustens.eu>"
],
"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",
"transit",
"api",
"http"
],
"engines": {
"node": ">=6"
},
"dependencies": {
"capture-stack-trace": "^1.0.0",
"fetch-ponyfill": "^6.0.0",
"lodash": "^4.17.5",
"luxon": "^0.5.8",
"p-throttle": "^1.1.0",
"pinkie-promise": "^2.0.1",
"query-string": "^6.0.0",
"slugg": "^1.2.0",
"vbb-parse-line": "^0.3.1",
"vbb-parse-ticket": "^0.2.1",
"vbb-short-station-name": "^0.4.0",
"vbb-stations": "^6.2.1",
"vbb-translate-ids": "^3.1.0"
},
"devDependencies": {
"db-stations": "^2.3.0",
"is-coordinates": "^2.0.2",
"is-roughly-equal": "^0.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"tape-promise": "^3.0.0",
"validate-fptf": "^1.2.1",
"vbb-stations-autocomplete": "^3.1.0"
},
"scripts": {
"test": "env NODE_ENV=dev node test/index.js",
"prepublishOnly": "npm test | tap-spec"
}
}