{
  "name": "lr-http-server",
  "version": "0.1.5",
  "description": "An HTTP server with livereload included",
  "main": "src/index.js",
  "bin": {
    "lr-http-server": "bin/lr-http-server",
    "lrhs": "bin/lr-http-server"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git@github.com:manuelcabral/lr-http-server.git"
  },
  "author": "Manuel Cabral (m.cabral@digisfera.pt)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manuelcabral/lr-http-server/issues"
  },
  "dependencies": {
    "commander": "^2.0.0",
    "connect": "^3.4.1",
    "connect-livereload": "^0.5.4",
    "gaze": "^1.1.0",
    "lodash.debounce": "^4.0.8",
    "open": "0.0.5",
    "serve-index": "^1.8.0",
    "serve-static": "^1.11.1",
    "tiny-lr": "^0.2.1"
  }
}
