hubot-vvs
Version:
Ask your hubot to tell you when your VVS- train from a location in a given direction departs.
27 lines (26 loc) • 689 B
JSON
{
"name": "hubot-vvs",
"version": "0.1.1",
"description": "Ask your hubot to tell you when your VVS- train from a location in a given direction departs.",
"main": "vvs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastianwachter/hubot-vvs.git"
},
"keywords": [
"hubot",
"vvs"
],
"author": "Sebastian Wachter <sebi.wachter@online.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebastianwachter/hubot-vvs/issues"
},
"homepage": "https://github.com/sebastianwachter/hubot-vvs#readme",
"dependencies": {
"got": "^6.1.1"
}
}