{
  "_from": "watchify-middleware@^1.8.0",
  "_id": "watchify-middleware@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-INYU5/3zTZtWQvJKPelr47j0JeLTZK4GUDF0PoMltMPzMUEh/lW6g1t+Qe/tGHxm70AUc0NQrth3k3PTfOU9Nw==",
  "_location": "/watchify-middleware",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "watchify-middleware@^1.8.0",
    "name": "watchify-middleware",
    "escapedName": "watchify-middleware",
    "rawSpec": "^1.8.0",
    "saveSpec": null,
    "fetchSpec": "^1.8.0"
  },
  "_requiredBy": [
    "/budo"
  ],
  "_resolved": "https://registry.npmjs.org/watchify-middleware/-/watchify-middleware-1.8.0.tgz",
  "_shasum": "8f7cb9c528022be8525a7e066c10e2fd8c544be6",
  "_spec": "watchify-middleware@^1.8.0",
  "_where": "/Users/jongacnik/Sites/_modules/choo-reactive/example/node_modules/budo",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "bugs": {
    "url": "https://github.com/mattdesl/watchify-middleware/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "concat-stream": "^1.5.0",
    "debounce": "^1.0.0",
    "events": "^1.0.2",
    "object-assign": "^4.0.1",
    "strip-ansi": "^3.0.0",
    "watchify": "^3.3.1"
  },
  "deprecated": false,
  "description": "a server for faster watchify development",
  "devDependencies": {
    "babelify": "^6.3.0",
    "brfs": "^1.4.1",
    "browserify": "^11.2.0",
    "faucet": "0.0.1",
    "garnish": "^2.3.0",
    "got": "^4.2.0",
    "minimist": "^1.1.3",
    "semver": "^5.0.3",
    "simple-html-index": "^1.0.1",
    "tape": "^4.2.0"
  },
  "homepage": "https://github.com/mattdesl/watchify-middleware",
  "keywords": [
    "watchify",
    "server",
    "fast",
    "reload",
    "incremental",
    "suspend",
    "request",
    "response",
    "wait",
    "delay",
    "live",
    "browser",
    "browserify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "watchify-middleware",
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/watchify-middleware.git"
  },
  "scripts": {
    "start": "node example/server.js ",
    "test": "node test/index.js | faucet"
  },
  "version": "1.8.0"
}
