mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
update deps, 0.7.0
This commit is contained in:
parent
563c90c59c
commit
d505ee744e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hafas-client",
|
"name": "hafas-client",
|
||||||
"description": "JavaScript client for HAFAS mobile APIs.",
|
"description": "JavaScript client for HAFAS mobile APIs.",
|
||||||
"version": "0.6.2",
|
"version": "0.7.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": ["index.js", "parse.js", "stringify.js"],
|
"files": ["index.js", "parse.js", "stringify.js"],
|
||||||
"author": "Jannis R <mail@jannisr.de>",
|
"author": "Jannis R <mail@jannisr.de>",
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
"keywords": ["hafas", "public", "transport", "api", "mgate"],
|
"keywords": ["hafas", "public", "transport", "api", "mgate"],
|
||||||
"engines" : {"node": ">=6"},
|
"engines" : {"node": ">=6"},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"got": "^6.3",
|
"got": "^6.7.1",
|
||||||
"moment-timezone": "^0.5.4"
|
"moment-timezone": "^0.5.13"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node -e \"require('.')\"",
|
"test": "node -e \"require('.')\"",
|
||||||
|
|
Loading…
Add table
Reference in a new issue