UNPKG

dho-rpc-transport-webworker

Version:

Easy way to communicate with webworker using dho-rpc (JSON RPC library)

44 lines 1.1 kB
{ "name": "dho-rpc-transport-webworker", "version": "1.0.3", "description": "Easy way to communicate with webworker using dho-rpc (JSON RPC library)", "main": "index.js", "scripts": { "test": "node ./tests/autotests.js || exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Digital-Health-Outcomes-Models/node-dho-rpc-transport-webworker.git" }, "engines": { "node": ">=10.0.0" }, "peerDependencies": { "dho-rpc": "1.*" }, "devDependencies": { "dho-rpc": "1.*" }, "keywords": [ "jsonrpc", "json-rpc", "json", "jsonrpc-2.0", "rpc", "webworker", "web worker", "worker", "http", "api", "dho-rpc", "mole", "transport", "mole-transport" ], "author": "koorchik", "license": "MIT", "bugs": { "url": "https://github.com/Digital-Health-Outcomes-Models/issues" }, "homepage": "https://github.com/Digital-Health-Outcomes-Models#readme" }