{
  "name": "rtail",
  "version": "0.2.1",
  "description": "Terminal output to the browser in seconds, using UNIX pipes.",
  "keywords": [
    "tail",
    "log",
    "logs",
    "logio",
    "logging",
    "udp"
  ],
  "bin": {
    "rtail": "./cli/rtail-client.js",
    "rtail-server": "./cli/rtail-server.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:kilianc/rtail.git"
  },
  "dependencies": {
    "chrono-node": "^1.0.6",
    "debug": "^2.1.0",
    "express": "^4.10.0",
    "json5": "^0.4.0",
    "moniker": "^0.1.2",
    "request": "^2.58.0",
    "socket.io": "^1.1.0",
    "split": "^1.0.0",
    "strip-ansi": "^3.0.0",
    "through2-map": "^2.0.0",
    "update-notifier": "^0.5.0",
    "yargs": "^3.14.0"
  },
  "devDependencies": {
    "angular": "^1.3.15",
    "angular-animate": "^1.4.0",
    "angular-localforage": "^1.2.2",
    "angular-moment": "^0.10.1",
    "angular-rt-popup": "^1.0.5",
    "angular-ui-router": "^0.2.15",
    "ansi_up": "^1.2.1",
    "autoprefixer-core": "^5.1.11",
    "chai": "^3.0.0",
    "del": "^1.1.1",
    "gulp": "^3.9.0",
    "gulp-ejs": "^1.1.0",
    "gulp-livereload": "^3.8.0",
    "gulp-load-plugins": "^0.10.0",
    "gulp-minify-css": "^1.1.1",
    "gulp-minify-html": "^1.0.2",
    "gulp-ng-annotate": "^1.0.0",
    "gulp-postcss": "^5.1.6",
    "gulp-sass": "^2.0.1",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-uglify": "^1.2.0",
    "gulp-useref": "^1.1.2",
    "gulp-util": "^3.0.4",
    "highlight.js": "isagalaev/highlight.js",
    "istanbul": "^0.3.17",
    "istanbul-harmony": "^0.3.16",
    "jquery": "^2.1.4",
    "localforage": "^1.2.2",
    "mocha": "^2.2.5",
    "moment": "^2.10.3",
    "node-sass": "^3.1.1",
    "run-sequence": "^1.1.0"
  },
  "scripts": {
    "app": "DEBUG=rtail:*,api:* gulp app",
    "test": "NODE_ENV=test node --harmony test/runner.js",
    "test:watch": "NODE_ENV=test nodemon --harmony test/runner.js"
  },
  "author": "Kilian Ciuffolo <me@nailik.org>",
  "license": "MIT"
}
