{"maintainers":[{"name":"baldore","email":"acornssn@gmail.com"}],"keywords":["webpack","plugin","browser","tab","open","ready","improvement"],"dist-tags":{"latest":"0.0.5"},"author":{"name":"Camilo Orrego"},"description":"Opens the browser when Webpack is ready serving your files.","readme":"# Open Browser Webpack Plugin\nOpens a new browser tab when Webpack loads. Very useful if you're lazy and don't want to force yourself to open a new tab when Webpack is ready to play!\n\n## Installation\n\n```\nnpm install open-browser-webpack-plugin --save-dev\n```\n\n## Usage\n\nSimply require the plugin and add it in the **plugins** section:\n\n```javascript\nvar OpenBrowserPlugin = require('open-browser-webpack-plugin');\n\nmodule.exports = {\n  entry: path.resolve(__dirname, 'lib/entry.js'),\n  output: {\n    path: __dirname + \"/bundle/\",\n    filename: \"bundle.js\"\n  },\n  plugins: [\n    new OpenBrowserPlugin({ url: 'http://localhost:3000' })\n  ]\n};\n```\n\n## Options\n\n#### url\n\nType: `String`<br>\nDefault: `http://localhost:8080`\n\nUrl to open when Webpack is ready. Needs to have the prefix `http://` or `https://` in order to open the browser.\n\n#### delay\n\nType: `Number`<br>\nDefault: `0`<br>\nOptional\n\nBy default the browser is opened immediately, but this could be too early in some cases (eg. starting a nodeJS server).\nThe value is specified in milliseconds.\n\n#### browser\n\nType: `String`<br>\nOptional\n\nBrowser to open. By default, it will try to open the browser set by default in your system.\n\n#### ignoreErrors\n\nType: `Boolean`<br>\nDefault: `False`<br>\nOptional\n\nBy default this plugin only opens the browser if there's no Webpack errors. Setting ignoreErrors to true will open a new tab no matter the compilation errors.\n\n## Change Log\n\n### 0.0.5 - 2017-03-09\n#### Fixes\n- Fix issue where the compilation never ends. (Thanks to @vkalinichev)\n\n### 0.0.4 - 2017-02-19\n#### Fixes\n- Fix issue where other Webpack callbacks were removed. (Thanks to @plemarquand)\n\n### 0.0.3 - 2016-10-31\n#### Added\n- delay option (Thanks to @Root-Core)\n\n### 0.0.2 - 2015-12-26\n#### Added\n- ignoreErrors option (Thanks to @zhura).\n- Changelog.\n- Documentation for options.\n\n#### Removed\n- DEFAULT_BROWSER constant.\n\n### 0.0.1 - 2015-09-12\n- First release.\n\n## License\n\nMIT License.\n","repository":{"type":"git","url":"git+https://github.com/baldore/webpack-open-plugin.git"},"users":{"vbv":true,"jasonwang1888":true,"holly":true,"shakakira":true,"stone_breaker":true,"terre":true},"bugs":{"url":"https://github.com/baldore/webpack-open-plugin/issues"},"license":"MIT","versions":{"0.0.1":{"name":"open-browser-webpack-plugin","version":"0.0.1","description":"Opens the browser when Webpack is ready serving your files.","main":"index.js","scripts":{"debug":"node fixtures/debug.js","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/baldore/webpack-open-plugin.git"},"keywords":["webpack","plugin","browser","tab","open","ready","improvement"],"author":{"name":"Camilo Orrego"},"license":"MIT","bugs":{"url":"https://github.com/baldore/webpack-open-plugin/issues"},"homepage":"https://github.com/baldore/webpack-open-plugin#readme","dependencies":{"open":"0.0.5"},"devDependencies":{"webpack":"^1.12.1"},"gitHead":"23b6825509e015366cc784d17a6cedc412a9b33c","_id":"open-browser-webpack-plugin@0.0.1","_shasum":"5e9883418b74fd73db89e2febd63166dcf9d2740","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.3.0","_npmUser":{"name":"baldore","email":"acornssn@gmail.com"},"dist":{"shasum":"5e9883418b74fd73db89e2febd63166dcf9d2740","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.1.tgz"},"maintainers":[{"name":"baldore","email":"acornssn@gmail.com"}],"directories":{}},"0.0.2":{"name":"open-browser-webpack-plugin","version":"0.0.2","description":"Opens the browser when Webpack is ready serving your files.","main":"index.js","scripts":{"debug":"node fixtures/debug.js","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/baldore/webpack-open-plugin.git"},"keywords":["webpack","plugin","browser","tab","open","ready","improvement"],"author":{"name":"Camilo Orrego"},"license":"MIT","bugs":{"url":"https://github.com/baldore/webpack-open-plugin/issues"},"homepage":"https://github.com/baldore/webpack-open-plugin#readme","dependencies":{"open":"0.0.5"},"devDependencies":{"webpack":"^1.12.1"},"gitHead":"5086d725045fffd37ebfd42e10d0391d97d5f4a0","_id":"open-browser-webpack-plugin@0.0.2","_shasum":"494a582ebeb407ee5ce5058741f9a928a8c02d1c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"baldore","email":"acornssn@gmail.com"},"dist":{"shasum":"494a582ebeb407ee5ce5058741f9a928a8c02d1c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.2.tgz"},"maintainers":[{"name":"baldore","email":"acornssn@gmail.com"}],"directories":{}},"0.0.3":{"name":"open-browser-webpack-plugin","version":"0.0.3","description":"Opens the browser when Webpack is ready serving your files.","main":"index.js","scripts":{"debug":"node fixtures/debug.js","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/baldore/webpack-open-plugin.git"},"keywords":["webpack","plugin","browser","tab","open","ready","improvement"],"author":{"name":"Camilo Orrego"},"license":"MIT","bugs":{"url":"https://github.com/baldore/webpack-open-plugin/issues"},"homepage":"https://github.com/baldore/webpack-open-plugin#readme","dependencies":{"open":"0.0.5"},"devDependencies":{"webpack":"^1.12.1"},"gitHead":"7a74aab9a6f6c59bbb296ff20e02e41ba5f11f5b","_id":"open-browser-webpack-plugin@0.0.3","_shasum":"c8748990913ff712d0826761e9898ffa0f09515f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"baldore","email":"acornssn@gmail.com"},"dist":{"shasum":"c8748990913ff712d0826761e9898ffa0f09515f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.3.tgz"},"maintainers":[{"name":"baldore","email":"acornssn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/open-browser-webpack-plugin-0.0.3.tgz_1477930726488_0.4876655889675021"},"directories":{}},"0.0.4":{"name":"open-browser-webpack-plugin","version":"0.0.4","description":"Opens the browser when Webpack is ready serving your files.","main":"index.js","scripts":{"debug":"node fixtures/debug.js","test":"echo \"Error: no test specified\" && exit 1","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/baldore/webpack-open-plugin.git"},"keywords":["webpack","plugin","browser","tab","open","ready","improvement"],"author":{"name":"Camilo Orrego"},"license":"MIT","bugs":{"url":"https://github.com/baldore/webpack-open-plugin/issues"},"homepage":"https://github.com/baldore/webpack-open-plugin#readme","dependencies":{"open":"0.0.5"},"devDependencies":{"webpack":"^1.12.1"},"gitHead":"ec81e18ca5bc5defcba984cce6db85f0d701e676","_id":"open-browser-webpack-plugin@0.0.4","_shasum":"f8ae9c153f4968829e04d0a27ca09123b0a0da1a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.2.1","_npmUser":{"name":"baldore","email":"acornssn@gmail.com"},"dist":{"shasum":"f8ae9c153f4968829e04d0a27ca09123b0a0da1a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.4.tgz"},"maintainers":[{"name":"baldore","email":"acornssn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/open-browser-webpack-plugin-0.0.4.tgz_1487521756321_0.8356832517310977"},"directories":{}},"0.0.5":{"name":"open-browser-webpack-plugin","version":"0.0.5","description":"Opens the browser when Webpack is ready serving your files.","main":"index.js","scripts":{"debug":"node fixtures/debug.js","test":"echo \"Error: no test specified\" && exit 1","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/baldore/webpack-open-plugin.git"},"keywords":["webpack","plugin","browser","tab","open","ready","improvement"],"author":{"name":"Camilo Orrego"},"license":"MIT","bugs":{"url":"https://github.com/baldore/webpack-open-plugin/issues"},"homepage":"https://github.com/baldore/webpack-open-plugin#readme","dependencies":{"open":"0.0.5"},"devDependencies":{"webpack":"^1.12.1"},"gitHead":"b3090768ba91e5bc70edcc34e91c11ced887fb31","_id":"open-browser-webpack-plugin@0.0.5","_shasum":"5e6dc6f8b8797331e212985de218572d84c0521f","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"baldore","email":"acornssn@gmail.com"},"dist":{"shasum":"5e6dc6f8b8797331e212985de218572d84c0521f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.5.tgz"},"maintainers":[{"name":"baldore","email":"acornssn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/open-browser-webpack-plugin-0.0.5.tgz_1489092747171_0.8518390287645161"},"directories":{}}},"name":"open-browser-webpack-plugin","time":{"modified":"2017-04-16T16:09:53.039Z","created":"2015-09-13T01:11:00.199Z","0.0.1":"2015-09-13T01:11:00.199Z","0.0.2":"2015-12-26T14:19:05.645Z","0.0.3":"2016-10-31T16:18:48.497Z","0.0.4":"2017-02-19T16:29:18.177Z","0.0.5":"2017-03-09T20:52:27.751Z"},"readmeFilename":"README.md","homepage":"https://github.com/baldore/webpack-open-plugin#readme"}