{
  "name": "postman-runtime",
  "version": "7.16.2",
  "description": "Underlying library of executing Postman Collections (used by Newman)",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "node npm/test.js",
    "test-system": "node npm/test-system.js",
    "test-lint": "node npm/test-lint.js",
    "test-unit": "node npm/test-unit.js",
    "test-integration": "node npm/test-integration.js",
    "test-integration-legacy": "node npm/test-integration-legacy.js",
    "test-integration-newman": "node npm/test-integration-newman.js",
    "test-coverage": "node npm/test-coverage.js",
    "build-docs": "node npm/build-docs.js",
    "build-wiki": "node npm/build-wiki.js",
    "publish-docs": "node npm/publish-docs.js",
    "publish-wiki": "node npm/build-wiki.js",
    "memory-check": "npm/memory-check.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:postmanlabs/postman-runtime.git"
  },
  "author": "Postman Labs <help@getpostman.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "async": "2.6.2",
    "aws4": "1.8.0",
    "btoa": "1.2.1",
    "crypto-js": "3.1.9-1",
    "eventemitter3": "4.0.0",
    "handlebars": "4.1.2",
    "http-reasons": "0.1.0",
    "httpntlm": "1.7.6",
    "inherits": "2.0.4",
    "lodash": "4.17.15",
    "node-oauth1": "1.2.2",
    "performance-now": "2.1.0",
    "postman-collection": "3.5.1",
    "postman-request": "2.88.1-postman.13",
    "postman-sandbox": "3.3.2",
    "postman-url-encoder": "1.0.2",
    "resolve-from": "5.0.0",
    "serialised-error": "1.1.3",
    "tough-cookie": "3.0.1",
    "uuid": "3.3.2"
  },
  "devDependencies": {
    "ajv": "6.10.2",
    "chai": "4.2.0",
    "colors": "1.3.3",
    "editorconfig": "0.15.3",
    "eslint": "5.16.0",
    "eslint-plugin-jsdoc": "8.7.0",
    "eslint-plugin-lodash": "5.1.0",
    "eslint-plugin-mocha": "6.0.0",
    "eslint-plugin-security": "1.4.0",
    "graphql": "14.4.2",
    "http-proxy": "1.17.0",
    "istanbul": "0.4.5",
    "js-yaml": "3.13.1",
    "jsdoc": "3.6.3",
    "jsdoc-to-markdown": "5.0.0",
    "mocha": "6.2.0",
    "parse-gitignore": "0.5.1",
    "postman-jsdoc-theme": "0.0.3",
    "recursive-readdir": "2.2.2",
    "server-destroy": "1.0.1",
    "shelljs": "0.8.3",
    "sinon": "7.3.2",
    "tmp": "0.1.0",
    "yankee": "1.0.8"
  },
  "browser": {
    "./lib/requester/request-wrapper.js": "./lib/requester/browser/request.js",
    "postman-request": "./lib/requester/browser/request.js"
  },
  "engines": {
    "node": ">=4"
  },
  "greenkeeper": {
    "ignore": [
      "eslint-plugin-jsdoc"
    ]
  }
}
