{
  "author": "mklabs",
  "name": "tiny-lr-fork",
  "description": "Tiny LiveReload server, background-friendly",
  "version": "0.0.5",
  "homepage": "https://github.com/mklabs/tiny-lr",
  "repository": {
    "url": "git://github.com/mklabs/tiny-lr.git"
  },
  "bin": "./bin/tiny-lr",
  "main": "./lib",
  "scripts": {
    "prepublish:": "npm test",
    "test": "mocha --reporter list",
    "test-debug": "DEBUG=tinylr:* mocha --reporter list",
    "test-debug-all": "DEBUG=* mocha --reporter list"
  },
  "dependencies": {
    "qs": "~0.5.2",
    "faye-websocket": "~0.4.3",
    "noptify": "~0.0.3",
    "debug": "~0.7.0"
  },
  "devDependencies": {
    "mocha": "~1.7.1",
    "request": "~2.12.0",
    "supertest": "~0.4.2",
    "express": "~3.0.6",
    "connect": "~2.7.2"
  },
  "config": {
    "test_port": "9001"
  },
  "licenses": [{
    "type": "MIT",
    "url": "https://github.com/mklabs/tiny-lr/blob/master/LICENSE-MIT"
  }]
}
