db-vendo-client/package.json
2017-11-14 02:50:24 +01:00

50 lines
1 KiB
JSON

{
"name": "hafas-client",
"description": "JavaScript client for HAFAS public transport APIs.",
"version": "2.0.0",
"main": "index.js",
"files": [
"index.js",
"lib",
"parse",
"format",
"p"
],
"author": "Jannis R <mail@jannisr.de>",
"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": {
"fetch-ponyfill": "^4.1.0",
"moment-timezone": "^0.5.13",
"pinkie-promise": "^2.0.1",
"query-string": "^5.0.0",
"slugg": "^1.2.0"
},
"devDependencies": {
"db-stations": "^1.25.0",
"floordate": "^3.0.0",
"is-roughly-equal": "^0.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"tape-promise": "^2.0.1",
"vbb-parse-line": "^0.2.5",
"vbb-stations-autocomplete": "^2.9.0"
},
"scripts": {
"test": "node test/index.js | tap-spec",
"prepublishOnly": "npm test"
}
}