koop-provider-trimet
Version:
A Trimet provider for koop
40 lines (39 loc) • 847 B
JSON
{
"name": "koop-provider-trimet",
"version": "2.1.0",
"description": "A Trimet provider for koop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "standard && tape test/**/*.js"
},
"dependencies": {
"config": "^1.25.1",
"koop": "^3.5.0",
"request": "^2.79.0"
},
"author": "Daniel Fenton",
"license": "Apache-2.0",
"devDependencies": {
"nock": "^9.0.2",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-trimet.git"
},
"bugs": {
"url": "https://github.com/koopjs/koop-provider-trimet/issues"
},
"homepage": "https://github.com/koopjs/koop-provider-trimet",
"keywords": [
"koop",
"trimet",
"poi",
"bus locations"
]
}