{
  "name": "gulp-webserver",
  "version": "0.9.1",
  "description": "Gulp plugin to run a local webserver with LiveReload",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/schickling/gulp-webserver.git"
  },
  "keywords": [
    "gulpplugin",
    "webserver",
    "connect",
    "livereload"
  ],
  "author": "Johannes Schickling <schickling.j@gmail.com> (https://github.com/schickling)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/schickling/gulp-webserver/issues"
  },
  "homepage": "https://github.com/schickling/gulp-webserver",
  "devDependencies": {
    "mocha": "^1.20.1",
    "supertest": "^0.13.0"
  },
  "dependencies": {
    "connect": "^3.0.1",
    "connect-livereload": "^0.4.0",
    "gulp-util": "^2.2.19",
    "isarray": "0.0.1",
    "node.extend": "^1.0.10",
    "open": "^0.0.5",
    "proxy-middleware": "^0.5.0",
    "serve-index": "^1.1.4",
    "serve-static": "^1.3.0",
    "through2": "^0.5.1",
    "tiny-lr": "0.1.4",
    "watch": "^0.11.0"
  }
}
