{
  "name": "decoupled-swagger-editor",
  "version": "2.0.1",
  "description": "module with validation functionalities present in swagger editor",
  "main": "dist/app.js",
  "scripts": {
    "build-and-run": "babel src -d dist && node dist/app.js\n",
    "test": "echo \"No test specified\""
  },
  "contributors": [
    "(in alphabetical order)",
    "Agustin Bettati <@AgustinBettati>",
    "Ariel Mirra <@arielmirra>"
  ],
  "license": "ISC",
  "dependencies": {
    "ajv": "^5.2.2",
    "ajv-errors": "^1.0.1",
    "ajv-keywords": "^3.4.0",
    "core-js": "^2.4.1",
    "promise-worker": "^1.1.1",
    "js-yaml": "^3.13.1",
    "swagger-ui": "^3.24.3",
    "lodash": "^4.17.15",
    "yaml-js": "^0.1.4",
    "reselect": "^2.5.4",
    "traverse": "^0.6.6",
    "querystring-browser": "^1.0.4",
    "json-refs": "3.0.4",
    "immutable": "^3.x.x",
    "jsdom": "^11.12.0",
    "jsdom-global": "3.0.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-optional-chaining": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.5.5",
    "@babel/runtime-corejs2": "^7.0.0",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.6",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-transform-es2015-constants": "^6.1.4",
    "deep-extend": "^0.6.0",
    "np": "^5.2.1"
  }
}
