{
  "name": "swagger2-postman2-converter",
  "version": "0.0.3",
  "description": "BETA - A module to convert swagger 2.0 JSONs to Postman Collection Format v2",
  "main": "convert.js",
  "scripts": {
    "test": "scripts/test.sh",
    "test-lint": "scripts/test-lint.sh",
    "test-unit": "scripts/test-unit.sh"
  },
  "dependencies": {
    "js-yaml": "3.10.0",
    "jsface": "^2.4.9",
    "json-schema-faker": "0.4.7",
    "lodash": "4.17.5",
    "node-uuid": "^1.4.3",
    "postman-collection": "^3.0.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/postmanlabs/swagger2-postman2.git"
  },
  "keywords": [
    "swagger",
    "postman",
    "newman"
  ],
  "author": "Postman Labs <help@getpostman.com>",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/postmanlabs/swagger2-postman2/issues"
  },
  "homepage": "https://github.com/postmanlabs/swagger2-postman2",
  "devDependencies": {
    "chai": "4.1.2",
    "colors": "1.1.2",
    "eslint": "3.4.0",
    "eslint-plugin-security": "^1.4.0",
    "istanbul": "0.4.5",
    "mocha": "3.0.2",
    "nsp": "3.1.0"
  },
  "com_postman_plugin": {
    "type": "importer",
    "name": "Swagger 2.0 to Postman",
    "source_format": "SWAGGER2.0",
    "source_format_name": "Swagger 2.0"
  }
}
