db-vendo-client/package.json

24 lines
734 B
JSON
Raw Normal View History

2016-06-22 01:39:04 +02:00
{
"name": "hafas-client",
"description": "JavaScript client for HAFAS mobile APIs.",
"version": "1.2.0",
2016-06-22 01:39:04 +02:00
"main": "index.js",
2016-06-28 14:11:14 +02:00
"files": ["index.js", "parse.js", "stringify.js"],
2016-06-22 01:39:04 +02:00
"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",
2016-06-28 12:48:59 +02:00
"keywords": ["hafas", "public", "transport", "api", "mgate"],
2016-12-14 00:22:02 +01:00
"engines" : {"node": ">=6"},
2016-06-22 01:39:59 +02:00
"dependencies": {
2017-04-20 13:57:25 +02:00
"got": "^6.7.1",
"moment-timezone": "^0.5.13",
"slugg": "^1.2.0"
2016-06-28 12:58:31 +02:00
},
"scripts": {
2016-12-14 00:22:02 +01:00
"test": "node -e \"require('.')\"",
2016-06-28 12:58:31 +02:00
"prepublish": "npm test"
2016-06-22 01:39:59 +02:00
}
2016-06-22 01:39:04 +02:00
}