{
  "name": "webpack-hot-middleware",
  "version": "2.6.4",
  "description": "Webpack hot reloading you can attach to your own server",
  "main": "middleware.js",
  "scripts": {
    "test": "mocha",
    "travis": "istanbul cover _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glenjamin/webpack-hot-middleware.git"
  },
  "author": "Glen Mailer <glen@stainlessed.co.uk>",
  "license": "MIT",
  "dependencies": {
    "querystring": "^0.2.0",
    "strip-ansi": "^3.0.0"
  },
  "devDependencies": {
    "express": "^4.13.3",
    "mocha": "^2.3.2",
    "supertest": "^1.1.0",
    "sinon": "^1.12.2",
    "coveralls": "^2.11.2",
    "istanbul": "^0.4.2"
  }
}
