outline-yjs
Version:
The library provides Yjs editor bindings for Outline.
30 lines (29 loc) • 587 B
JSON
{
"name": "outline-yjs",
"author": {
"name": "Dominic Gannaway",
"email": "dg@domgan.com"
},
"description": "The library provides Yjs editor bindings for Outline.",
"keywords": [
"react",
"outline",
"editor",
"rich-text",
"colllaboration",
"yjs",
"crdt"
],
"license": "MIT",
"version": "0.1.1",
"main": "OutlineYjs.js",
"dependencies": {
"outline": "0.1.1",
"yjs": ">=13.5.22"
},
"repository": {
"type": "git",
"url": "https://github.com/facebookexternal/outline",
"directory": "packages/outline-yjs"
}
}