{
  "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": "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"
  }
}
