Files
yjs/bower.json

22 lines
387 B
JSON
Raw Permalink Normal View History

2015-11-04 16:52:31 +01:00
{
"name": "yjs",
2017-08-04 20:36:37 +02:00
"version": "12.3.3",
2015-11-04 16:52:31 +01:00
"homepage": "y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "A Framework for shared editing on any data",
"main": "./y.js",
2015-11-04 16:52:31 +01:00
"keywords": [
"Yjs",
2015-11-04 16:52:31 +01:00
"OT",
"Collaboration",
"Synchronization",
"ShareJS",
"Coweb",
"Concurrency"
2015-11-04 16:52:31 +01:00
],
"license": "MIT",
"ignore": []
2015-11-04 16:52:31 +01:00
}