{
  "name": "webpack-livereload-plugin",
  "version": "1.2.0",
  "description": "Livereload for webpack",
  "main": "index.js",
  "scripts": {
    "test": "faucet test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/statianzo/webpack-livereload-plugin.git"
  },
  "keywords": [
    "webpack",
    "livereload"
  ],
  "author": "Jason Staten",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/statianzo/webpack-livereload-plugin/issues"
  },
  "homepage": "https://github.com/statianzo/webpack-livereload-plugin#readme",
  "devDependencies": {
    "faucet": "0.0.1",
    "tape": "^4.4.0"
  },
  "dependencies": {
    "tiny-lr": "^1.1.1"
  }
}
