{
  "name": "newman-reporter-confluence",
  "version": "1.0.0",
  "description": "A Newman Reporter to upload report on Confluence",
  "scripts": {
    "build-templates": "node npm/build-templates.js",
    "test": "node npm/test.js",
    "test-system": "node npm/test-system.js",
    "test-lint": "node npm/test-lint.js",
    "test-integration": "node npm/test-integration.js"
  },
  "main": "index.js",
  "dependencies": {
    "confluence-api": "1.4.0",
    "filesize": "3.6.1",
    "handlebars": "4.1.0",
    "lodash": "4.17.11",
    "pretty-ms": "3.2.0"
  },
  "homepage": "https://github.com/OmbraDiFenice/newman-reporter-confluence",
  "keywords": [
    "newman",
    "reporter",
    "confluence"
  ],
  "author": "Stefano Stoduto <stefano.stoduto@gmail.com> (=)",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=6"
  },
  "peerDependencies": {
    "newman": ">=4"
  },
  "preferGlobal": true,
  "bugs": "https://github.com/OmbraDiFenice/newman-reporter-confluence/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/OmbraDiFenice/newman-reporter-confluence.git"
  },
  "devDependencies": {
    "async": "2.6.1",
    "chai": "4.1.2",
    "colors": "1.3.3",
    "concat": "1.0.3",
    "editorconfig": "0.15.3",
    "eslint": "5.15.1",
    "eslint-plugin-jsdoc": "4.1.1",
    "eslint-plugin-lodash": "5.1.0",
    "eslint-plugin-mocha": "5.3.0",
    "eslint-plugin-security": "1.4.0",
    "jsdoc": "3.5.5",
    "jsdoc-to-markdown": "4.0.1",
    "mocha": "6.0.2",
    "nyc": "13.3.0",
    "packity": "0.3.2",
    "parse-gitignore": "1.0.1",
    "postman-jsdoc-theme": "0.0.3",
    "recursive-readdir": "2.2.2",
    "shelljs": "0.8.3"
  },
  "greenkeeper": {
    "ignore": [
      "cli-progress",
      "cli-table3",
      "csv-parse"
    ]
  }
}
