{
  "name": "@microsoft/refreshing-config",
  "version": "0.1.3",
  "description": "Configuration library that can dynamically refresh configuration values.",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha && opener coverage/lcov-report/index.html",
    "lint": "eslint . --ignore-path .gitignore",
    "prepublish": "npm test && npm run lint"
  },
  "keywords": [
    "config",
    "dynamic",
    "refresh",
    "subscribe",
    "publish"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/refreshing-config"
  },
  "author": "William Bartholomew <willbar@microsoft.com>",
  "license": "MIT",
  "dependencies": {
    "debug": "4.1.1",
    "extend": "3.0.2",
    "fast-json-patch": "1.1.3",
    "moment": "2.24.0",
    "q": "1.5.1"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "clone": "2.1.2",
    "eslint": "5.16.0",
    "istanbul": "0.4.5",
    "mocha": "6.1.4",
    "opener": "1.5.1",
    "sinon": "2.4.1"
  }
}
