20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"name": "yjs-examples",
|
|
"version": "0.0.0",
|
|
"homepage": "y-js.org",
|
|
"authors": [
|
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
|
],
|
|
"description": "Examples for Yjs",
|
|
"license": "MIT",
|
|
"ignore": [],
|
|
"dependencies": {
|
|
"quill": "^1.0.0-rc.2",
|
|
"ace": "~1.2.3",
|
|
"ace-builds": "~1.2.3",
|
|
"jquery": "~2.2.2",
|
|
"d3": "^3.5.16",
|
|
"codemirror": "^5.25.0"
|
|
}
|
|
}
|