{
  "_args": [
    [
      "tiny-lr@0.2.1",
      "/home/bryan/projects/TiberPortal/tiberHealthModel"
    ]
  ],
  "_development": true,
  "_from": "tiny-lr@0.2.1",
  "_id": "tiny-lr@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-s/26gC5dVqM8L28QeUsy5Hescp0=",
  "_location": "/tiny-lr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tiny-lr@0.2.1",
    "name": "tiny-lr",
    "escapedName": "tiny-lr",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/grunt-contrib-watch"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/home/bryan/projects/TiberPortal/tiberHealthModel",
  "author": {
    "name": "mklabs"
  },
  "bugs": {
    "url": "https://github.com/mklabs/tiny-lr/issues"
  },
  "config": {
    "test_port": "9001"
  },
  "dependencies": {
    "body-parser": "~1.14.0",
    "debug": "~2.2.0",
    "faye-websocket": "~0.10.0",
    "livereload-js": "^2.2.0",
    "parseurl": "~1.3.0",
    "qs": "~5.1.0"
  },
  "description": "Tiny LiveReload server, background-friendly",
  "devDependencies": {
    "connect": "^3.4.0",
    "express": "^4.1.1",
    "mocha": "^2.3.3",
    "phantomjs": "^1.9.7-5",
    "request": "^2.34.0",
    "supertest": "^1.1.0",
    "wd": "^0.3.12"
  },
  "homepage": "https://github.com/mklabs/tiny-lr",
  "license": "MIT",
  "main": "./lib",
  "name": "tiny-lr",
  "repository": {
    "type": "git",
    "url": "git://github.com/mklabs/tiny-lr.git"
  },
  "scripts": {
    "get-change": "curl http://localhost:35729/changed?files=site.css",
    "phantom-start": "sh scripts/phantom-start",
    "phantom-stop": "sh scripts/phantom-stop",
    "post-change": "sh scripts/post-change",
    "posttest": "npm run phantom-stop",
    "prepublish:": "npm test",
    "pretest": "npm run phantom-start",
    "serve": "node examples/express/server.js",
    "test": "mocha --reporter spec test/wd test",
    "test-debug": "DEBUG=tinylr:* mocha --reporter list",
    "test-debug-all": "DEBUG=* mocha --reporter list"
  },
  "version": "0.2.1"
}
