{
  "name": "webpack-config-merger",
  "author": {
    "name": "Andrey Skladchikov",
    "email": "andrey.skladchikov@gmail.com"
  },
  "version": "0.1.0",
  "main": "src/merger",
  "description": "A simple module for merging webpack configs. Inspired by grunt-webpack.",
  "homepage": "https://github.com/huston007/webpack-config-merger",
  "repository": {
    "type": "git",
    "url": "git@github.com:huston007/webpack-config-merger"
  },
  "dependencies": {
    "lodash": "4.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/huston007/webpack-config-merger/blob/master/LICENSE-MIT"
    }
  ],
  "devDependencies": {
    "jasmine": "^2.1.1"
  },
  "scripts": {
    "test": "jasmine"
  }
}
