{
  "name": "frontail",
  "version": "4.9.2",
  "description": "streaming logs to the browser",
  "homepage": "https://github.com/mthenw/frontail",
  "author": "Maciej Winnicki <maciej.winnicki@gmail.com>",
  "license": "MIT",
  "bin": "./bin/frontail",
  "dependencies": {
    "CBuffer": "0.1.4",
    "basic-auth-connect": "1.0.0",
    "byline": "5.0.0",
    "command-exists": "1.2.8",
    "commander": "3.0.1",
    "configstore": "4.0.0",
    "connect": "3.7.0",
    "cookie": "0.1.0",
    "cookie-parser": "1.4.5",
    "daemon-fix41": "1.1.2",
    "express-session": "1.15.6",
    "fs-tail-stream": "1.1.0",
    "is-docker": "1.1.0",
    "serve-static": "1.14.1",
    "socket.io": "2.3.0",
    "universal-analytics": "0.4.23",
    "untildify": "3.0.2",
    "uuid": "3.3.2"
  },
  "devDependencies": {
    "eslint": "~6.8.0",
    "eslint-config-airbnb-base": "~14.0.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-import": "~2.20.0",
    "jsdom": "~11.12.0",
    "mocha": "~5.2.0",
    "pkg": "~4.4.7",
    "should": "~3.3.2",
    "sinon": "~1.7.3",
    "supertest": "^3.3.0",
    "temp": "~0.8.1"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha -r should --exit test/*.js",
    "pkg": "pkg --out-path=dist ."
  },
  "pkg": {
    "assets": [
      "preset/*.json",
      "web/**/*"
    ],
    "targets": [
      "node8-alpine-x64",
      "node8-linux-x64",
      "node8-macos-x64"
    ]
  },
  "eslintConfig": {
    "extends": [
      "airbnb-base",
      "prettier"
    ],
    "rules": {
      "no-console": "off",
      "strict": "off",
      "implicit-arrow-linebreak": "off"
    },
    "env": {
      "node": true
    },
    "ignorePatterns": [
      "web/assets/tinycon.min.js",
      "web/assets/ansi_up.js"
    ]
  },
  "prettier": {
    "singleQuote": true,
    "arrowParens": "always"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/mthenw/frontail.git"
  },
  "keywords": [
    "tail",
    "syslog",
    "realtime",
    "log",
    "devops"
  ],
  "main": "index",
  "preferGlobal": true
}
