{ "name": "yatta", "version": "0.0.0", "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", "main": "lib/index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/DadaMonad/Yatta" }, "keywords": [ "OT", "collaboration", "Yata", "synchronization", "ShareJS", "Coweb", "concurrency" ], "author": "Kevin Jahns", "email" : "kevin.jahns@rwth-aachen.de", "license": "MIT", "bugs": { "url": "https://github.com/DadaMonad/Yatta/issues" }, "homepage": "https://github.com/DadaMonad/Yatta", "dependencies": {}, "devDependencies": { "chai": "^1.9.1", "coffeeify": "^0.6.0", "grunt": "^0.4.5", "grunt-browserify": "^2.1.3", "grunt-codo": "^0.2.0", "grunt-coffeelint": "0.0.10", "grunt-contrib-coffee": "^0.10.1", "grunt-contrib-connect": "~0.8.0", "grunt-contrib-uglify": "^0.5.1", "grunt-contrib-watch": "^0.6.1", "grunt-literate": "^0.2.0", "grunt-simple-mocha": "^0.4.0", "mocha": "^1.21.4", "sinon": "^1.10.2", "sinon-chai": "^2.5.0", "underscore": "^1.6.0" } }