y-websockets-client
Version:
Websockets connector for Yjs (browser/node client)
25 lines (24 loc) • 493 B
JSON
{
"name": "y-websockets-client",
"version": "8.0.16",
"homepage": "http://y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "Websockets connector for Yjs (browser/node client)",
"main": "./y-websockets-client.js",
"keywords": [
"Yjs",
"OT",
"Collaboration",
"Synchronization",
"ShareJS",
"Coweb",
"Concurrency"
],
"license": "MIT",
"ignore": [],
"dependencies": {
"yjs": "^11.0.0 || ^12.0.0"
}
}