{
  "name": "webpack-hot-middleware",
  "version": "2.0.0",
  "description": "Webpack hot reloading you can attach to your own server",
  "main": "middleware.js",
  "scripts": {
    "test": "echo \"Maybe someday\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glenjamin/webpack-hot-middleware.git"
  },
  "author": "Glen Mailer <glen@stainlessed.co.uk>",
  "license": "MIT",
  "dependencies": {
    "strip-ansi": "^2.0.1"
  }
}
