{
  "name": "textual-log-parser",
  "version": "0.3.0",
  "description": "Parses Textual log files and returns JavaScript objects",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "bin": {
    "textual-log-parser": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matiassingers/textual-log-parser"
  },
  "author": "Matias Singers <mail@matiassingers.com> (http://mts.io/)",
  "keywords": [
    "textual",
    "irc",
    "logs"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matiassingers/textual-log-parser/issues"
  },
  "homepage": "https://github.com/matiassingers/textual-log-parser",
  "dependencies": {
    "async": "1.2.0",
    "moment-timezone": "0.4.0",
    "moment": "2.10.3"
  },
  "devDependencies": {
    "mocha": "2.2.5",
    "chai": "2.3.0"
  }
}
