{ "name": "Yatta", "version": "0.0.1", "description": "A Collaboration Framework for arbitrary data structures that is NOT based on Operational Transformation.", "main": "lib/index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/DadaMonad/Yatta" }, "keywords": [ "OT", "Complex Data Structures", "XML", "collaboration", "Yata" ], "author": "Kevin Jahns", "license": "LGPL", "bugs": { "url": "https://github.com/DadaMonad/Yatta/issues" }, "homepage": "https://github.com/DadaMonad/Yatta", "dependencies": {}, "devDependencies": { "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", "sinon": "^1.10.2", "sinon-chai": "^2.5.0", "chai": "^1.9.1", "underscore": "^1.6.0" } }