{
  "name": "@roboburned/dedup-resolve-webpack-plugin",
  "version": "0.1.0",
  "description": "Webpack plugin that resolves copies of the same module in different locations to a single path.",
  "main": "index.js",
  "homepate": "https://github.com/RoboBurned/dedup-resolve-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/RoboBurned/dedup-resolve-webpack-plugin.git"
  },
  "author": "Robo Burned",
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "node node_modules/eslint/bin/eslint.js src lib test"
  },
  "devDependencies": {
    "eslint": "^4.9.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1"
  }
}
