{
  "name": "jsonmerger",
  "version": "2.2.0",
  "description": "A merger for separate JSON (config) files supporting merge strategies and preprocessing",
  "main": "lib/jsonmerger.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "eslint . && mocha test/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bsander/jsonmerger.git"
  },
  "keywords": [
    "json",
    "config",
    "merge"
  ],
  "author": "Sander Bouwhuis <sanderb@gmail.com> (https://github.com/bsander)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bsander/jsonmerger/issues"
  },
  "homepage": "https://github.com/bsander/jsonmerger",
  "dependencies": {
    "djson": "^2.0.2",
    "lodash": "^4.17.4",
    "traverse": "^0.6.6"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "eslint-config-mm": "^1.2.0",
    "mocha": "^3.2.0",
    "proxyquire": "^1.7.11",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.9.0"
  }
}
