UNPKG

refreshing-config-redis

Version:

Redis support for the [refreshing-config](https://github.com/Microsoft/refreshing-config) configuration library.

33 lines (32 loc) 735 B
{ "name": "refreshing-config-redis", "version": "0.1.0", "description": "Redis support for the [refreshing-config](https://github.com/Microsoft/refreshing-config) configuration library.", "main": "index.js", "scripts": { "lint": "eslint . --ignore-path .gitignore", "prepublish": "npm run lint" }, "keywords": [ "config", "dynamic", "refresh", "publish", "subscribe", "redis" ], "author": "William Bartholomew <willbar@microsoft.com>", "license": "MIT", "dependencies": { "q": "1.4.1", "uuid": "3.0.1" }, "devDependencies": { "chai": "3.5.0", "eslint": "3.12.2", "istanbul": "0.4.5", "mocha": "3.2.0", "opener": "1.4.2", "sinon": "1.17.6" } }