{
  "author": {
    "name": "mklabs"
  },
  "name": "tiny-lr",
  "description": "Tiny LiveReload server, background-friendly",
  "version": "0.1.0",
  "homepage": "https://github.com/mklabs/tiny-lr",
  "repository": {
    "url": "git://github.com/mklabs/tiny-lr.git"
  },
  "bin": {
    "tiny-lr": "./bin/tiny-lr"
  },
  "main": "./lib",
  "scripts": {
    "prepublish:": "npm test",
    "test": "mocha --reporter spec test/wd test",
    "test-debug": "DEBUG=tinylr:* mocha --reporter list",
    "test-debug-all": "DEBUG=* mocha --reporter list",
    "pretest": "npm run phantom-start",
    "posttest": "npm run phantom-stop",
    "phantom-start": "sh scripts/phantom-start",
    "phantom-stop": "sh scripts/phantom-stop",
    "serve": "node examples/express/server.js",
    "post-change": "sh scripts/post-change",
    "get-change": "curl http://localhost:35729/changed?files=site.css"
  },
  "dependencies": {
    "qs": "^0.6.6",
    "faye-websocket": "^0.7.2",
    "noptify": "~0.0.3",
    "debug": "^0.8.1",
    "body-parser": "^1.2.0",
    "parseurl": "^1.0.1"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "request": "^2.34.0",
    "supertest": "^0.12.0",
    "express": "^4.1.1",
    "connect": "^2.14.5",
    "body-parser": "^1.0.2",
    "phantomjs": "^1.9.7-5",
    "wd": "^0.2.21"
  },
  "config": {
    "test_port": "9001"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mklabs/tiny-lr/blob/master/LICENSE-MIT"
    }
  ],
  "bugs": {
    "url": "https://github.com/mklabs/tiny-lr/issues"
  },
  "_id": "tiny-lr@0.1.0",
  "dist": {
    "shasum": "c1dfdfd0ed13db671cdfec8ae905c4ace54c49c4",
    "tarball": "http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.1.0.tgz"
  },
  "_from": "tiny-lr@0.1.0",
  "_npmVersion": "1.3.10",
  "_npmUser": {
    "name": "mklabs",
    "email": "daniel.mickael@gmail.com"
  },
  "maintainers": [
    {
      "name": "mklabs",
      "email": "daniel.mickael@gmail.com"
    },
    {
      "name": "shama",
      "email": "kyle@dontkry.com"
    }
  ],
  "directories": {},
  "_shasum": "c1dfdfd0ed13db671cdfec8ae905c4ace54c49c4",
  "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.1.0.tgz"
}
