{
  "name": "transac-redline",
  "version": "0.2.3",
  "description": "Centralized logging System to monitor business applications",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/redpelicans/transac-redline.git"
  },
  "keywords": [
    "node.js",
    "log",
    "transaction",
    "batch",
    "mongo"
  ],
  "author": "Eric Basley <ebasley@gmail.com>",
  "bugs": {
    "url": "https://github.com/redpelicans/transac-redline/issues"
  },
  "dependencies": {
    "underscore": "1.6.x",
    "async": "0.6.x",
    "express": "3.5.x",
    "moment": "2.5.x",
    "mongo-redline": "latest"
  },
  "homepage": "https://github.com/redpelicans/transac-redline",
  "devDependencies": {
      "mocha": "latest"
    , "should": "latest"
    , "coveralls": "latest"
    , "istanbul": "latest"
    , "jshint": "latest"
  },
  "scripts": {
    "test": "make test",
    "coveralls": "make test-coveralls"
  },
  "license": "MIT"
}
