Files
yjs/Examples/bower.json

30 lines
652 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-02-23 15:47:53 +01:00
"yjs": "latest",
"y-array": "latest",
"y-map": "latest",
"y-memory": "latest",
"y-richtext": "latest",
"y-webrtc": "latest",
"y-websockets-client": "latest",
"y-text": "latest",
"y-indexeddb": "latest",
2016-04-30 23:00:23 +01:00
"y-xml": "latest",
2016-08-29 17:47:38 +02:00
"quill": "^1.0.0-rc.2",
2016-02-03 11:37:10 +01:00
"ace": "~1.2.3",
2016-03-23 19:53:52 +01:00
"ace-builds": "~1.2.3",
2016-04-30 23:00:23 +01:00
"jquery": "~2.2.2",
2017-03-29 13:18:22 +02:00
"d3": "^3.5.16",
"codemirror": "^5.25.0"
2015-11-04 16:52:31 +01:00
}
}