UNPKG

@wzrdtales/redis-dataloader

Version:
44 lines (43 loc) 990 B
{ "name": "@wzrdtales/redis-dataloader", "version": "0.6.0", "description": "DataLoader Using Redis as a Cache", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/DubFriend/redis-dataloader.git" }, "keywords": [ "DataLoader", "Cache", "Redis", "Batch", "Facebook" ], "author": "Brian Detering", "license": "MIT", "bugs": { "url": "https://github.com/DubFriend/redis-dataloader/issues" }, "homepage": "https://github.com/DubFriend/redis-dataloader#readme", "dependencies": { "bluebird": "^3.5.0", "dataloader": "^1.2.0", "ioredis": "^3.1.2", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.2", "lru-map": "^1.6.1" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^7.1.1", "gulp": "^3.9.1", "gulp-mocha": "^3.0.1", "ioredis": "^3.1.2", "redis": "^2.6.3", "sinon": "^1.17.6" } }