trimet-live-archive
Version:
live trimet data to dat
37 lines (36 loc) • 831 B
JSON
{
"name": "trimet-live-archive",
"description": "live trimet data to dat",
"version": "1.1.1",
"author": "Joe Hand <joe@hand.email>",
"bugs": {
"url": "https://github.com/joehand/trimet-live-archive/issues"
},
"devDependencies": {
"standard": "*",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"homepage": "https://github.com/joehand/trimet-live-archive",
"keywords": [
"dat",
"trimet"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/joehand/trimet-live-archive.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
},
"dependencies": {
"debug": "^2.6.8",
"hyperdiscovery": "^6.0.4",
"hyperdrive": "^9.4.8",
"ndjson": "^1.5.0",
"pump": "^1.0.2",
"request": "^2.81.0"
}
}