{
  "name": "webpack-merge",
  "description": "Variant of merge that's useful for Webpack configuration",
  "author": "Juho Vepsalainen <bebraw@gmail.com>",
  "version": "0.7.1",
  "scripts": {
    "build": "babel src -d lib",
    "watch": "babel src --watch -d lib",
    "test": "mocha ./test",
    "lint": "eslint .",
    "watch:test": "mocha ./test --watch",
    "preversion": "npm run lint && npm run build && npm test && git commit --allow-empty -am \"Update lib\""
  },
  "main": "lib/index.js",
  "dependencies": {
    "lodash.find": "^3.2.1",
    "lodash.isplainobject": "^3.2.0",
    "lodash.merge": "^3.3.2"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-preset-es2015": "^6.3.13",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^2.1.1",
    "mocha": "^2.2.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/survivejs/webpack-merge.git"
  },
  "homepage": "https://github.com/survivejs/webpack-merge",
  "bugs": {
    "url": "https://github.com/survivejs/webpack-merge/issues"
  },
  "keywords": [
    "webpack",
    "merge"
  ],
  "license": "MIT"
}
