diff --git a/README.md b/README.md index cd9e89c..7fb6993 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index bb46a69..06bf5d8 100644 --- a/package.json +++ b/package.json @@ -9,22 +9,22 @@ "author": "James Moon ", "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" } }