hubot-nextbus
Version:
Shows when the next transit vehicle will arrive at a particular stop.
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "hubot-nextbus",
"description": "Shows when the next transit vehicle will arrive at a particular stop.",
"version": "2.3.0",
"author": "Stephen Yeargin <stephen@yearg.in>",
"homepage": "https://github.com/transitnownash/hubot-nextbus",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"nextbus",
"bus",
"gtfs",
"gtfs-rails-api"
],
"repository": {
"type": "git",
"url": "git://github.com/transitnownash/hubot-nextbus.git"
},
"bugs": {
"url": "https://github.com/transitnownash/hubot-nextbus/issues"
},
"peerDependencies": {
"hubot": ">=3 || 0.0.0-development"
},
"devDependencies": {
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"hubot-test-helper": "^1.9.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"nock": "^13.4.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
},
"main": "index.js",
"scripts": {
"test": "script/test",
"prepare": "husky install"
},
"dependencies": {
"ascii-table": "^0.0.9",
"moment": "^2.29.4"
},
"volta": {
"node": "18.19.0"
}
}