{
  "name": "livereload",
  "description": "LiveReload server",
  "version": "0.9.3",
  "contributors": [
    {
      "name": "Brian P. Hogan",
      "email": "brianhogan@napcs.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/napcs/node-livereload.git"
  },
  "bin": {
    "livereload": "./bin/livereload.js"
  },
  "main": "./lib/livereload.js",
  "dependencies": {
    "chokidar": "^3.5.0",
    "livereload-js": "^3.3.1",
    "opts": ">= 1.2.0",
    "ws": "^7.4.3"
  },
  "devDependencies": {
    "coffee-script": "^1.12",
    "mocha": "^5.2.0",
    "request": ">= 2.9.203",
    "should": "^13.2.1",
    "sinon": "^1.17.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "build": "node node_modules/coffee-script/bin/coffee -c lib",
    "test": "npm run build && (rm test/tmpfile*; mocha 'test/**/*.coffee')"
  }
}
