{
  "_from": "budo",
  "_id": "budo@11.5.0",
  "_inBundle": false,
  "_integrity": "sha512-kijEIfBG/UOQsNPQiNHAduFeDSMh28jCa6TI+mApIJWUrM2Gq3T7yzh3lCNipWhZTUNBztSj6UxiV1oE31Mvdw==",
  "_location": "/budo",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "budo",
    "name": "budo",
    "escapedName": "budo",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/budo/-/budo-11.5.0.tgz",
  "_shasum": "47f002d57b5f2e145dab13b8a430e295542ca3e5",
  "_spec": "budo",
  "_where": "/Users/jongacnik/Sites/_modules/choo-reactive/example",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "bin": {
    "budo": "./bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/mattdesl/budo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bole": "^2.0.0",
    "browserify": "^16.1.0",
    "chokidar": "^1.0.1",
    "connect-pushstate": "^1.1.0",
    "escape-html": "^1.0.3",
    "events": "^1.0.2",
    "garnish": "^5.0.0",
    "get-ports": "^1.0.2",
    "inject-lr-script": "^2.1.0",
    "internal-ip": "^3.0.1",
    "micromatch": "^2.2.0",
    "on-finished": "^2.3.0",
    "on-headers": "^1.0.1",
    "once": "^1.3.2",
    "opn": "^3.0.2",
    "path-is-absolute": "^1.0.1",
    "pem": "^1.8.3",
    "reload-css": "^1.0.0",
    "resolve": "^1.1.6",
    "serve-static": "^1.10.0",
    "simple-html-index": "^1.4.0",
    "stacked": "^1.1.1",
    "stdout-stream": "^1.4.0",
    "strip-ansi": "^3.0.0",
    "subarg": "^1.0.0",
    "term-color": "^1.0.1",
    "url-trim": "^1.0.0",
    "watchify-middleware": "^1.8.0",
    "ws": "^1.1.1",
    "xtend": "^4.0.0"
  },
  "deprecated": false,
  "description": "a browserify server for rapid prototyping",
  "devDependencies": {
    "2d-context": "^1.2.0",
    "babel-preset-es2015": "^6.18.0",
    "babelify": "^7.3.0",
    "brfs": "^1.4.0",
    "canvas-loop": "^1.0.4",
    "connect-slashes": "^1.3.1",
    "getuservideo": "^0.1.3",
    "ndjson": "^1.4.1",
    "request": "^2.53.0",
    "standard": "^8.6.0",
    "tap-spec": "^4.1.0",
    "tape": "^4.0.0",
    "through2": "^2.0.0",
    "tree-kill": "^1.0.0",
    "uglify-js": "^2.7.5",
    "win-spawn": "^2.0.0"
  },
  "homepage": "https://github.com/mattdesl/budo",
  "keywords": [
    "browserify",
    "watchify",
    "browser",
    "dev",
    "development",
    "server",
    "beefy",
    "wzrd",
    "local",
    "locally",
    "localhost",
    "watch",
    "live",
    "reload",
    "livereload",
    "lr"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "budo",
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/budo.git"
  },
  "scripts": {
    "bundle-live-client": "node bin/bundle-livereload-client.js",
    "live": "node example/live.js example/app.js:bundle.js --dir example -- -t [ babelify --presets [ es2015 ] ]",
    "prepublish": "npm run bundle-live-client",
    "pushstate": "node bin/cmd.js example/app.js:bundle.js -v --dir example --live --pushstate -- -t [ babelify --presets [ es2015 ] ]",
    "ssl": "node bin/cmd.js example/app.js:bundle.js --ssl --live -v --dir example -- -t [ babelify --presets [ es2015 ] ]",
    "start": "node bin/cmd.js example/app.js:bundle.js --live -v --dir example -- -t [ babelify --presets [ es2015 ] ]",
    "test": "standard && tape test/test*.js | tap-spec"
  },
  "version": "11.5.0"
}
