db-vendo-client/package.json
2017-10-04 22:36:43 +02:00

37 lines
771 B
JSON

{
"name": "hafas-client",
"description": "JavaScript client for HAFAS mobile APIs.",
"version": "1.2.5",
"main": "index.js",
"files": [
"index.js",
"parse.js",
"stringify.js"
],
"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",
"api",
"mgate"
],
"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"
},
"scripts": {
"test": "node -e \"require('.')\"",
"prepublishOnly": "npm test"
}
}