UNPKG

gopdx

Version:

Command-line Portland, Oregon bus and light rail arrival tracker

54 lines (53 loc) 1.01 kB
{ "name": "gopdx", "version": "0.1.25", "description": "Command-line Portland, Oregon bus and light rail arrival tracker", "main": "index.js", "scripts": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/dangrmous/gopdx" }, "keywords": [ "Tri-Met", "trimet", "Portland", "light", "rail", "bus", "tracker", "Oregon", "PDX", "pdx", "MAX", "max", "schedule", "arrival", "arrivals", "light rail", "lightrail", "pdxbus", "public", "transportation" ], "author": "Geoffrey D. Unger", "license": "Creative Commons", "bugs": { "url": "https://github.com/dangrmous/gopdx/issues" }, "homepage": "https://github.com/dangrmous/gopdx", "dependencies": { "@inquirer/prompts": "^7.2.1", "chalk": "^0.5.1", "js-md5": "^0.1.3", "moment": "^2.8.4", "q": "^1.1.2", "semver": "^7.6.3" }, "preferGlobal": true, "bin": { "gopdx": "index.js" } }