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": "../"
|
|
}
|
|
}
|