{
  "name": "fh-logger",
  "description": "Enables a simple way of configuring and creating loggers, configured with request serializers, including clustering information.",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/feedhenry/fh-logger.git"
  },
  "author": "Red Hat",
  "license": "Apache-2.0",
  "main": "./lib/fh_logger.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "grunt eslint fh-test",
    "version": "sed -i.bak \"s/sonar.projectVersion=.*/sonar.projectVersion=${npm_package_version}/\" sonar-project.properties && rm sonar-project.properties.bak && git add sonar-project.properties"
  },
  "dependencies": {
    "bunyan-lite": "^1.0.1",
    "continuation-local-storage": "^3.1.7",
    "node-uuid": "^1.4.7"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "eslint": "^2.7.0",
    "grunt": "^1.0.1",
    "grunt-fh-build": "^2.0.1",
    "grunt-mocha": "^1.0.1",
    "grunt-mocha-istanbul": "^4.0.2",
    "grunt-mocha-test": "^0.12.7",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "rewire": "^2.3.4",
    "sinon": "1.17.5"
  }
}
