Files
yjs/Examples/bower.json

26 lines
552 B
JSON
Raw Permalink Normal View History

2015-11-04 16:52:31 +01:00
{
"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": {
2016-01-15 00:01:56 +01:00
"yjs": "~0.7.6",
"y-array": "~0.7.5",
"y-map": "~0.7.2",
"y-memory": "~0.7.0",
"y-richtext": "~0.7.5",
"y-webrtc": "~0.7.1",
"y-websockets-client": "~0.7.10",
"y-text": "~0.7.1",
"y-indexeddb": "~0.7.1",
2016-02-03 11:37:10 +01:00
"quill": "~0.20.1",
"ace": "~1.2.3",
"ace-builds": "~1.2.3"
2015-11-04 16:52:31 +01:00
}
}