yjs/package.json
2014-08-07 21:52:50 +02:00

46 lines
1.1 KiB
JSON

{
"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": {
"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"
}
}