{
  "name": "aliv",
  "version": "1.13.0",
  "description": "Simple, but powerful and intuitive one liner live-reloading Node.js server.",
  "main": "./lib/index.js",
  "scripts": {
    "start": "cd _fixture && aliv",
    "test": "mocha --reporter list --check-leaks",
    "tw": "mocha --reporter list --check-leaks --watch",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- --recursive -R list --check-leaks && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericmdantas/aliv.git"
  },
  "author": "Eric Mendes Dantas <ericdantas0@gmail.com> (https://github.com/ericmdantas)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ericmdantas/aliv/issues"
  },
  "bin": {
    "aliv": "./bin/index.js"
  },
  "keywords": [
    "aliv",
    "alive",
    "server",
    "reload",
    "change",
    "refresh",
    "server-reload",
    "file-change",
    "localhost",
    "server-refresh",
    "client",
    "client-reload",
    "hot-reload",
    "http2",
    "gzip",
    "fast",
    "dev"
  ],
  "homepage": "https://github.com/ericmdantas/aliv#readme",
  "dependencies": {
    "chalk": "^2.3.0",
    "cheerio": "^0.20.0",
    "chokidar": "^1.4.2",
    "compression": "^1.6.2",
    "express": "^4.13.4",
    "fancy-log": "^1.3.0",
    "http-proxy": "^1.13.2",
    "minimist": "^1.2.0",
    "open": "0.0.5",
    "spdy": "^4.0.0",
    "ws": "^2.1.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.8",
    "istanbul": "^0.4.2",
    "mocha": "^2.5.3",
    "mocha-lcov-reporter": "^1.2.0",
    "proxyquire": "^1.7.4",
    "sinon": "^1.17.3"
  }
}
