{
  "name": "http-post-message",
  "version": "0.3.0",
  "description": "A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.",
  "main": "dist/httpPostMessage.js",
  "types": "dist/httpPostMessage.d.ts",
  "scripts": {
    "build": "gulp build",
    "test": "gulp test",
    "gulp": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/http-post-message"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "Microsoft",
    "post",
    "message",
    "http",
    "iframe",
    "protocol"
  ],
  "author": "Microsoft Power BI",
  "license": "MIT",
  "dependencies": {
    "es6-promise": "^3.2.1"
  },
  "devDependencies": {
    "@types/es6-promise": "^3.3.0",
    "@types/jasmine": "^3.5.10",
    "@types/jquery": "^3.3.34",
    "@types/karma-jasmine": "^3.1.0",
    "@types/node": "^14.14.7",
    "@types/npm": "^2.0.31",
    "@typescript-eslint/eslint-plugin": "^4.7.0",
    "@typescript-eslint/parser": "^4.7.0",
    "del": "^2.2.1",
    "eslint": "^7.13.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsdoc": "^30.7.7",
    "eslint-plugin-prefer-arrow": "^1.2.2",
    "gulp": "^4.0.2",
    "gulp-eslint": "^6.0.0",
    "gulp-prepend": "^0.3.0",
    "gulp-help-four": "^0.2.3",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-uglify": "^3.0.2",
    "gulp4-run-sequence": "^1.0.1",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "jquery": "^3.6.0",
    "karma": "^6.3.17",
    "karma-chrome-launcher": "^1.0.1",
    "karma-coverage": "^2.2.0",
    "karma-jasmine": "^1.0.2",
    "karma-spec-reporter": "0.0.26",
    "ts-loader": "^9.2.8",
    "typedoc": "^0.22.15",
    "typescript": "^4.4.4",
    "uglify-save-license": "^0.4.1",
    "webpack": "^5.71.0",
    "webpack-stream": "^7.0.0",
    "yargs": "^17.4.1"
  },
  "overrides": {
    "glob-parent": "^6.0.2",
    "micromatch": "^4.0.5"
  }
}
