{ "name": "yjs", "version": "0.5.3", "homepage": "https://github.com/DadaMonad/yjs", "authors": [ "Kevin Jahns " ], "description": "A Framework that enables Real-Time collaboration on arbitrary data structures.", "main": [ "./y.js", "./y-object.html", "./build/node/y.js" ], "keywords": [ "OT", "collaboration", "synchronization", "ShareJS", "Coweb", "concurrency" ], "license": "MIT", "ignore": [ "node_modules", "bower_components", "test", "extras", "test" ], "devDependencies": { "y-test" : "y-test#~0.4.0" } }