Skip to content

Instantly share code, notes, and snippets.

@dmfenton
Created March 13, 2017 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmfenton/114c09b3befd8e60b3a30ff5f65d8c82 to your computer and use it in GitHub Desktop.
Save dmfenton/114c09b3befd8e60b3a30ff5f65d8c82 to your computer and use it in GitHub Desktop.
{
"name": "koop-trimet",
"version": "1.0.8",
"description": "A Trimet provider for koop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server.js",
"test": "standard && tape test/*.js | tap-spec"
},
"dependencies": {
"config": "^1.25.1",
"koop": "^3.4.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",
"provider",
"sample"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment