UNPKG

@gis-ag/oniyi-http-plugin-cache-redis

Version:

Plugin responsible for caching responses into redis db

48 lines (47 loc) 1.3 kB
{ "name": "@gis-ag/oniyi-http-plugin-cache-redis", "version": "1.1.0", "description": "Plugin responsible for caching responses into redis db", "license": "MIT", "author": "Andreja Jevtic <andjevtic@gmail.com>", "main": "lib/index.js", "keywords": [ "oniyi", "http-plugin", "cache", "redis" ], "repository": { "type": "git", "url": "git+https://bitbucket.org/gisag/oniyi-http-plugin-cache-redis.git" }, "scripts": { "test": "ava -v -s", "coverage": "nyc npm run test && nyc report --reporter=html", "lint": "eslint --ignore-path .gitignore .", "lint-fix": "eslint --fix .", "format": "prettier-eslint --write \"lib/**/*.js\" \"test/**/*.js\"", "docs": "jsdoc2md lib/*.js > api.md" }, "dependencies": { "async": "^2.6.0", "debug": "^3.1.0", "lodash": "^4.17.4", "oniyi-cache": "0.0.8", "redis": "^2.8.0" }, "devDependencies": { "ava": "^0.25.0", "eslint": "^4.18.1", "eslint-config-oniyi": "^5.1.0", "jsdoc-to-markdown": "^3.0.0", "nock": "^9.1.6", "nyc": "^10.3.2", "@gis-ag/oniyi-http-client": "^2.1.0", "prettier-eslint-cli": "^4.4.0" }, "homepage": "https://bitbucket.org/gisag/oniyi-http-plugin-cache-redis#readme", "directories": { "test": "test" } }