y-serviceworker
Version:
Service Worker Connector for Yjs (enables communication with a Service Worker)
25 lines (24 loc) • 454 B
JSON
{
"name": "y-serviceworker",
"version": "1.0.1",
"homepage": "http://y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "ServiceWorker connector for Yjs",
"main": "./y-serviceworker.js",
"keywords": [
"Yjs",
"OT",
"Collaboration",
"Synchronization",
"ShareJS",
"Coweb",
"Concurrency"
],
"license": "MIT",
"ignore": [],
"dependencies": {
"yjs": "^12.1.7"
}
}