UNPKG

opn-browser-webpack-plugin

Version:

Opens the browser when Webpack is ready serving your files.

37 lines (36 loc) 876 B
{ "name": "opn-browser-webpack-plugin", "version": "0.0.7", "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/nfer/opn-browser-webpack-plugin.git" }, "keywords": [ "webpack", "plugin", "browser", "tab", "open", "ready", "improvement" ], "author": "Camilo Orrego", "license": "MIT", "bugs": { "url": "https://github.com/nfer/opn-browser-webpack-plugin/issues" }, "homepage": "https://github.com/nfer/opn-browser-webpack-plugin#readme", "dependencies": { "opn": "5.4.0" }, "devDependencies": { "webpack": "^1.12.1" } }