Files
yjs/package.json

67 lines
1.6 KiB
JSON
Raw Normal View History

{
2015-01-23 22:29:08 +00:00
"name": "Y",
"version": "0.2.3",
2014-08-09 00:31:30 +02:00
"description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
2015-01-23 16:00:03 +00:00
"main": "./build/node/yatta.js",
"scripts": {
2014-08-12 19:13:42 +02:00
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
2015-01-23 16:00:03 +00:00
"url": "https://github.com/rwth-acis/Yatta"
},
"keywords": [
"OT",
2014-08-04 14:20:51 +02:00
"collaboration",
2014-08-09 00:31:30 +02:00
"Yata",
"synchronization",
"ShareJS",
"Coweb",
"concurrency"
],
"author": "Kevin Jahns",
2014-08-12 19:13:42 +02:00
"email": "kevin.jahns@rwth-aachen.de",
2014-08-09 00:31:30 +02:00
"license": "MIT",
"bugs": {
"url": "https://github.com/DadaMonad/Yatta/issues"
},
2015-01-23 22:29:08 +00:00
"homepage": "https://dadamonad.github.io/Yatta/",
2014-08-12 19:13:42 +02:00
"dependencies": {
},
"devDependencies": {
2015-01-23 16:17:29 +00:00
"codo": "^2.0.9",
2015-01-23 16:00:03 +00:00
"underscore": "^1.6.0",
2014-08-07 21:52:50 +02:00
"chai": "^1.9.1",
"codo": "^2.0.9",
"coffee-errors": "~0.8.6",
2014-08-12 19:13:42 +02:00
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
2014-08-12 19:13:42 +02:00
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-cached": "^1.0.1",
2014-08-12 19:13:42 +02:00
"gulp-coffee": "^2.1.1",
2015-01-23 16:00:03 +00:00
"gulp-coffeeify": "^0.1.2",
2014-08-12 19:13:42 +02:00
"gulp-coffeelint": "^0.3.3",
"gulp-concat": "^2.3.4",
"gulp-copy": "0.0.2",
2014-08-12 19:13:42 +02:00
"gulp-debug": "^1.0.0",
"gulp-git": "^0.5.0",
"gulp-if": "^1.2.4",
"gulp-ignore": "^1.2.0",
"gulp-ljs": "^0.1.1",
"gulp-mocha": "^0.5.2",
"gulp-mocha-phantomjs": "^0.5.0",
"gulp-plumber": "^0.6.6",
2014-08-12 19:13:42 +02:00
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-run": "^1.6.3",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.1",
"gulp-watch": "^3.0.0",
"jquery": "^2.1.1",
2014-08-07 21:52:50 +02:00
"mocha": "^1.21.4",
2014-08-05 17:04:39 +02:00
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0"
}
}