@expertbridge-ui/switchboard
Version:
Switchboard is a library to make it easier to communicate across browser windows using the MessageChannel API
34 lines (33 loc) • 793 B
JSON
{
"name": "@expertbridge-ui/switchboard",
"version": "2.0.0",
"description": "Switchboard is a library to make it easier to communicate across browser windows using the MessageChannel API",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache/expertbridge.git"
},
"keywords": [
"switchboard",
"iframe",
"communication",
"messagechannel",
"messageport",
"postmessage"
],
"author": "Expertbridge",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/expertbridge/issues"
},
"homepage": "https://github.com/apache/expertbridge#readme",
"publishConfig": {
"access": "public"
}
}