Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# captran [![Build Status](https://travis-ci.org/mooniker/captran.svg?branch=master)](https://travis-ci.org/mooniker/captran) [![Dependency Status](https://david-dm.org/mooniker/captran.svg)](https://david-dm.org/mooniker/captran) [![Code Climate](https://codeclimate.com/github/mooniker/captran/badges/gpa.svg)](https://codeclimate.com/github/mooniker/captran)
# captran [![Build Status](https://travis-ci.org/mooniker/captran.svg?branch=master)](https://travis-ci.org/mooniker/captran) [![Dependency Status](https://david-dm.org/mooniker/captran.svg)](https://david-dm.org/mooniker/captran) [![Code Climate](https://codeclimate.com/github/mooniker/captran/badges/gpa.svg)](https://codeclimate.com/github/mooniker/captran) [![Greenkeeper badge](https://badges.greenkeeper.io/mooniker/captran.svg)](https://greenkeeper.io/)

Captran is a transportation API wrapper and bundler for the Washington, D.C., metropolitan area. Extra features include call throttling/scheduling to avoid [429'ing](https://httpstatuses.com/429) (when needed) and caching for performance.

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"author": "James Moon <mooniker@gmail.com>",
"license": "MIT",
"dependencies": {
"bottleneck": "^1.12.0",
"gtfs-realtime-bindings": "0.0.4",
"ioredis": "^2.1.0",
"bottleneck": "^2.19.5",
"gtfs-realtime-bindings": "0.0.5",
"ioredis": "^4.14.1",
"lodash": "^4.14.0",
"request": "^2.74.0",
"request-promise": "^4.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.3",
"eslint": "^3.12.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^2.5.3",
"standard": "^8.6.0",
"supertest": "^1.2.0"
"chai": "^4.2.0",
"codeclimate-test-reporter": "^0.5.1",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"standard": "^14.3.1",
"supertest": "^4.0.2"
}
}