apriendeau/apachelog-stream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "apachelog-stream",
  "version": "0.0.7",
  "description": "This takes a apache log, parses it and returns it as buffer",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "config": {
    "blanket": {
      "pattern": "apachelog-stream/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com:apriendeau/apachelog-stream.git"
  },
  "keywords": [
    "apache-log",
    "apache",
    "stream",
    "log"
  ],
  "author": "Austin Riendeau",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apriendeau/apachelog-stream/issues"
  },
  "homepage": "https://github.com/apriendeau/apachelog-stream",
  "devDependencies": {
    "should": "^3.2.0-beta1",
    "mocha": "^1.18.2",
    "sinon": "^1.9.0",
    "chai": "^1.9.1",
    "blanket": "^1.1.6",
    "mocha-lcov-reporter": "0.0.1",
    "json2lcov": "^0.1.0"
  },
  "dependencies": {
    "mocha-lcov-reporter": "0.0.1"
  }
}