mirror of
https://github.com/yjs/yjs.git
synced 2026-02-23 19:49:59 +01:00
15 lines
257 B
JSON
15 lines
257 B
JSON
|
|
{
|
||
|
|
"name": "yjs-examples",
|
||
|
|
"version": "0.0",
|
||
|
|
"homepage": "y-js.org",
|
||
|
|
"authors": [
|
||
|
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||
|
|
],
|
||
|
|
"description": "Examples for yjs",
|
||
|
|
"license": "MIT",
|
||
|
|
"ignore": [],
|
||
|
|
"dependencies": {
|
||
|
|
"yjs": "../"
|
||
|
|
}
|
||
|
|
}
|