{
  "name": "browser-sync-webpack-plugin",
  "version": "2.0.1",
  "description": "BrowserSync and Webpack integration",
  "keywords": [
    "webpack",
    "webpack-plugin",
    "browsersync",
    "browser-sync",
    "livereload",
    "serve"
  ],
  "main": "index.js",
  "dependencies": {
    "lodash": "^4"
  },
  "devDependencies": {},
  "peerDependencies": {
    "browser-sync": "^2",
    "webpack": "^1 || ^2 || ^3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Va1/browser-sync-webpack-plugin.git"
  },
  "homepage": "https://github.com/Va1/browser-sync-webpack-plugin",
  "author": "Valentyn Barmashyn <barmashyn.val@gmail.com>",
  "license": "MIT",
  "private": false
}
