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>"
|
|
|
|
|
],
|
2016-02-23 11:57:27 +01:00
|
|
|
"description": "A Framework for shared editing on any data",
|
|
|
|
|
"main": "./y.js",
|
2015-11-04 16:52:31 +01:00
|
|
|
"keywords": [
|
2016-02-23 15:41:22 +01:00
|
|
|
"Yjs",
|
2015-11-04 16:52:31 +01:00
|
|
|
"OT",
|
2016-02-23 11:57:27 +01:00
|
|
|
"Collaboration",
|
|
|
|
|
"Synchronization",
|
2016-02-23 15:41:22 +01:00
|
|
|
"ShareJS",
|
2016-02-23 11:57:27 +01:00
|
|
|
"Coweb",
|
|
|
|
|
"Concurrency"
|
2015-11-04 16:52:31 +01:00
|
|
|
],
|
2016-02-23 15:41:22 +01:00
|
|
|
"license": "MIT",
|
|
|
|
|
"ignore": []
|
2015-11-04 16:52:31 +01:00
|
|
|
}
|