{
  "name": "splunk-bunyan-logger",
  "version": "0.11.0",
  "description": "Splunk HTTP Event Collector Stream for Bunyan",
  "homepage": "http://dev.splunk.com",
  "main": "index.js",
  "scripts": {
    "docs": "jsdoc -d docs .",
    "jshint": "jshint *.js test examples",
    "pretest": "npm run jshint && npm run docs",
    "test": "nyc --reporter=lcov --reporter=text-summary _mocha -- -R spec --exit",
    "test-specific-file": "_mocha -- -R spec --exit ",
    "test-specific": "_mocha -- -R spec --exit -g "
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/splunk/splunk-bunyan-logger.git"
  },
  "keywords": [
    "splunk",
    "HTTP",
    "event",
    "collector",
    "logging",
    "stream",
    "bunyan"
  ],
  "author": {
    "name": "Splunk",
    "email": "devinfo@splunk.com",
    "url": "http://dev.splunk.com"
  },
  "license": "Apache-2.0",
  "engine": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "splunk-logging": "0.11.1"
  },
  "devDependencies": {
    "bunyan": "1.8.15",
    "jsdoc": "^3.6.7",
    "jshint": "^2.12.0",
    "mocha": "^8.4.0",
    "needle": "^2.6.0",
    "nyc": "^15.1.0"
  }
}
