{
  "name": "webpack-merge",
  "description": "Variant of merge that's useful for Webpack configuration",
  "author": "Juho Vepsalainen <bebraw@gmail.com>",
  "version": "0.1.2",
  "scripts": {
    "test": "mocha ./test",
    "watch": "mocha ./test --watch"
  },
  "dependencies": {
    "lodash": "^3.9.3"
  },
  "devDependencies": {
    "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"
}
