{
  "author": "mklabs",
  "name": "mini-lr",
  "description": "Mini LiveReload server, background-friendly",
  "version": "0.1.9",
  "homepage": "https://github.com/elwayman02/mini-lr",
  "bugs": "https://github.com/elwayman02/mini-lr/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/elwayman02/mini-lr.git"
  },
  "contributors": [
    "Jordan Hawker <hawker.jordan@gmail.com> (http://www.JordanHawker.com)"
  ],
  "main": "./lib",
  "scripts": {
    "prepublish:": "npm test",
    "test": "mocha --reporter spec test/wd test",
    "test-debug": "DEBUG=minilr:* 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": {
    "body-parser": "~1.14.0",
    "debug": "^2.2.0",
    "faye-websocket": "~0.7.2",
    "livereload-js": "^2.2.0",
    "parseurl": "~1.3.0",
    "qs": "~2.2.3"
  },
  "devDependencies": {
    "connect": "^2.14.5",
    "express": "^4.1.1",
    "mocha": "^1.18.2",
    "phantomjs": "^1.9.7-5",
    "request": "^2.34.0",
    "supertest": "^0.12.0",
    "wd": "^0.2.21"
  },
  "config": {
    "test_port": "9001"
  },
  "license": "MIT"
}
