koop-trimet
Version:
A Trimet provider for koop
39 lines (38 loc) • 787 B
JSON
{
"name": "koop-trimet",
"version": "2.0.0",
"description": "A Trimet provider for koop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "standard && tape test/**/*.js"
},
"dependencies": {
"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/%3Akoopjs/koop-yelp.git"
},
"bugs": {
"url": "https://github.com/koopjs/koop-trimet/issues"
},
"homepage": "https://github.com/koopjs/koop-trimet",
"keywords": [
"koop",
"trimet",
"poi",
"bus locations"
]
}