46 lines
1.1 KiB
JSON
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 the 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": {
|
|
"grunt-contrib-coffee": "^0.10.1",
|
|
"grunt": "^0.4.5",
|
|
"sinon-chai": "^2.5.0",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"chai": "^1.9.1",
|
|
"coffeeify": "^0.6.0",
|
|
"sinon": "^1.10.2",
|
|
"grunt-browserify": "^2.1.3",
|
|
"grunt-coffeelint": "0.0.10",
|
|
"mocha": "^1.20.1",
|
|
"browserify": "^4.2.0",
|
|
"grunt-codo": "^0.2.0",
|
|
"underscore": "^1.6.0",
|
|
"grunt-contrib-connect": "~0.8.0"
|
|
}
|
|
}
|