{
  "name": "http-bat",
  "author": {
    "name": "Agustin Mendez @ Mulesoft, Inc.",
    "email": "agustin.mendez@mulesoft.com",
    "url": "https://www.mulesoft.com"
  },
  "license": "MIT",
  "version": "2.0.30",
  "dependencies": {
    "es6-promise": "^3.2.1",
    "faker": "^3.1.0",
    "glob": "^7.0.3",
    "jsonpath": "^0.2.6",
    "jsonschema": "^1.1.0",
    "lodash": "^4.11.1",
    "methods": "^1.1.2",
    "mocha": "^2.4.5",
    "pug": "^2.0.0-beta4",
    "raml-1-parser": "^0.2.30",
    "raml-path-match": "^2.0.0",
    "supertest": "1.2.0",
    "url": "^0.11.0",
    "yaml-ast-parser": "0.0.28",
    "yargs": "^4.7.0"
  },
  "devDependencies": {
    "@types/node": "^7.0.4",
    "body-parser": "^1.15.0",
    "connect-busboy": "0.0.2",
    "coveralls": "^2.11.9",
    "expect": "^1.20.2",
    "express": "4.13.4",
    "istanbul": "^0.4.3",
    "jasmine-node": "^1.14.5",
    "tslint": "^3.10.2",
    "typescript": "^2.1.4",
    "typings": "^1.3.2"
  },
  "scripts": {
    "test": "mocha --reporter spec && npm run jasmine && node dist/bin/http-bat.js test/valid-specs-negative-result/remote/tags.spec.yml --tags pass",
    "jasmine": "jasmine-node --color test/JasmineSpec.js --verbose",
    "coverage": "(`npm bin`/istanbul cover `npm bin`/_mocha || true)",
    "test-travis": "npm run lint && npm run build && npm run coverage && npm run test && node dist/bin/http-bat.js test/valid-specs/cli.spec.yml",
    "preversion": "npm test",
    "postversion": "git push && git push --tags",
    "lint": "`npm bin`/tslint -t msbuild src/**/*.ts",
    "build": "rm -rf dist && typings install && `npm bin`/tsc -p tsconfig.json && (rm -rf test/typings || true) && cp -R src/typings test && cd test && `npm bin`/tsc -p tsconfig.json && cd .. && chmod +x dist/bin/http-bat.js"
  },
  "repository": {
    "url": "https://github.com/mulesoft/http-bat",
    "type": "git"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "bin": {
    "http-bat": "dist/bin/http-bat.js"
  }
}