UNPKG

postmate

Version:

A powerful, simple, promise-based postMessage library

85 lines (84 loc) 2.46 kB
{ "name": "postmate", "version": "1.5.2", "description": "A powerful, simple, promise-based postMessage library", "main": "build/postmate.js", "module": "build/postmate.es.js", "unpkg": "build/postmate.min.js", "files": [ "build", "src" ], "devDependencies": { "@babel/core": "^7.0.0-beta.51", "@babel/plugin-proposal-class-properties": "^7.0.0-beta.51", "@babel/preset-env": "^7.0.0-beta.51", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.0.0", "chai": "^4.1.2", "codecov": "^3.0.2", "connect": "^3.4.1", "conventional-changelog-cli": "^2.0.5", "es-check": "^5.0.0", "eslint": "^6.0.0", "eslint-config-dollarshaveclub": "^3.0.4", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-standard": "^4.0.1", "gulp": "4.0.2", "gulp-mocha-phantomjs": "0.12.2", "gzip-size": "^5.0.0", "jest": "^22.0.0", "mocha": "^6.0.0", "mocha-phantomjs": "^4.1.0", "nyc": "^14.0.0", "regenerator-runtime": "^0.13.0", "rollup": "^1.0.0", "rollup-plugin-babel": "^4.0.0-beta.0", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-uglify": "^6.0.0", "rsvp": "^4.8.1", "serve-static": "^1.11.1", "uglify-js": "^3.4.1", "vinyl-source-stream": "^2.0.0" }, "scripts": { "eslint": "eslint . --fix", "eslint:ci": "eslint .", "test": "npm run test:unit && npm run test:acceptance && npm run test:es-check", "test:es-check": "es-check es5 build/postmate.min.js", "test:unit": "jest --coverage", "test:acceptance": "gulp test", "build": "npm run build:dist && npm run build:readme", "build:readme": "node ./scripts/update-readme.js", "build:dist": "rollup --config configs/rollup.config.js", "postpublish": "git tag $npm_package_version && git push origin --tags" }, "jest": { "testRegex": "./test/unit/.*.js$", "testURL": "http://localhost/" }, "repository": { "type": "git", "url": "git+https://github.com/dollarshaveclub/postmate.git" }, "keywords": [ "postMessage", "secure", "handshake", "promise", "iframes", "pci", "security" ], "author": "Jacob Kelley <jakie8@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dollarshaveclub/postmate/issues" }, "homepage": "https://github.com/dollarshaveclub/postmate", "browserslist": [ "defaults", "ie >= 11" ] }