2014-07-29 21:29:10 +02:00
|
|
|
{
|
2015-01-26 23:24:50 +00:00
|
|
|
"name": "yjs",
|
2016-02-23 11:58:14 +01:00
|
|
|
"version": "9.0.1",
|
2015-06-15 14:53:02 +02:00
|
|
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
2016-01-09 21:08:02 +01:00
|
|
|
"main": "./src/y.js",
|
2014-07-29 21:29:10 +02:00
|
|
|
"scripts": {
|
2015-10-12 15:17:12 +02:00
|
|
|
"test": "node --harmony ./node_modules/.bin/gulp test",
|
2015-11-09 03:03:37 +01:00
|
|
|
"lint": "./node_modules/.bin/standard"
|
2014-07-29 21:29:10 +02:00
|
|
|
},
|
2015-06-16 14:36:00 +02:00
|
|
|
"pre-commit": [
|
|
|
|
|
"lint",
|
2015-09-13 18:22:45 +02:00
|
|
|
"test"
|
2015-06-16 14:36:00 +02:00
|
|
|
],
|
2015-07-21 17:14:03 +02:00
|
|
|
"standard": {
|
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"build/**",
|
2015-11-04 15:01:12 +01:00
|
|
|
"dist/**",
|
2015-11-26 00:46:02 +01:00
|
|
|
"declarations/**",
|
2015-07-21 17:14:03 +02:00
|
|
|
"./y.js",
|
|
|
|
|
"./y.js.map"
|
|
|
|
|
]
|
|
|
|
|
},
|
2014-07-29 21:29:10 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2015-06-15 14:53:02 +02:00
|
|
|
"url": "https://github.com/y-js/yjs.git"
|
2014-07-29 21:29:10 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"OT",
|
2015-06-15 14:53:02 +02:00
|
|
|
"Operational Transformation",
|
2016-02-23 11:57:44 +01:00
|
|
|
"Collaboration",
|
|
|
|
|
"Synchronization",
|
2015-06-15 14:53:02 +02:00
|
|
|
"ShareJs",
|
|
|
|
|
"OpenCoweb",
|
2016-02-23 11:57:44 +01:00
|
|
|
"Concurrency"
|
2014-07-29 21:29:10 +02:00
|
|
|
],
|
|
|
|
|
"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",
|
2014-07-29 21:29:10 +02:00
|
|
|
"bugs": {
|
2015-06-15 14:53:02 +02:00
|
|
|
"url": "https://github.com/y-js/yjs/issues"
|
2014-08-12 19:13:42 +02:00
|
|
|
},
|
2015-06-15 14:53:02 +02:00
|
|
|
"homepage": "http://y-js.org",
|
2014-07-29 21:29:10 +02:00
|
|
|
"devDependencies": {
|
2015-11-13 16:09:40 +01:00
|
|
|
"babel-plugin-transform-runtime": "^6.1.18",
|
|
|
|
|
"babel-preset-es2015": "^6.1.18",
|
|
|
|
|
"babelify": "^7.2.0",
|
2015-11-06 16:16:38 +01:00
|
|
|
"browserify": "^12.0.1",
|
2015-11-30 15:25:55 +01:00
|
|
|
"eslint": "^1.10.2",
|
2015-06-15 14:53:02 +02:00
|
|
|
"gulp": "^3.9.0",
|
2015-10-30 15:30:02 +01:00
|
|
|
"gulp-bump": "^1.0.0",
|
2015-09-17 00:21:01 +02:00
|
|
|
"gulp-concat": "^2.6.0",
|
2015-10-30 15:30:02 +01:00
|
|
|
"gulp-filter": "^3.0.1",
|
|
|
|
|
"gulp-git": "^1.6.0",
|
2015-11-06 16:16:38 +01:00
|
|
|
"gulp-if": "^2.0.0",
|
2015-06-15 14:53:02 +02:00
|
|
|
"gulp-jasmine": "^2.0.1",
|
2015-09-17 00:21:01 +02:00
|
|
|
"gulp-jasmine-browser": "^0.2.3",
|
2015-10-30 15:30:02 +01:00
|
|
|
"gulp-load-plugins": "^1.0.0",
|
2015-11-05 15:53:26 +01:00
|
|
|
"gulp-prompt": "^0.1.2",
|
2015-11-05 16:55:03 +01:00
|
|
|
"gulp-rename": "^1.2.2",
|
2015-11-04 16:53:02 +01:00
|
|
|
"gulp-serve": "^1.2.0",
|
2015-11-04 14:32:04 +01:00
|
|
|
"gulp-shell": "^0.5.1",
|
2015-06-15 14:53:02 +02:00
|
|
|
"gulp-sourcemaps": "^1.5.2",
|
2015-10-30 15:30:02 +01:00
|
|
|
"gulp-tag-version": "^1.3.0",
|
2015-11-30 15:25:55 +01:00
|
|
|
"gulp-uglify": "^1.5.1",
|
2015-09-17 00:21:01 +02:00
|
|
|
"gulp-util": "^3.0.6",
|
|
|
|
|
"gulp-watch": "^4.3.5",
|
|
|
|
|
"minimist": "^1.2.0",
|
|
|
|
|
"pre-commit": "^1.1.1",
|
2015-11-30 15:25:55 +01:00
|
|
|
"regenerator": "^0.8.42",
|
2015-11-06 16:16:38 +01:00
|
|
|
"run-sequence": "^1.1.4",
|
|
|
|
|
"standard": "^5.2.2",
|
|
|
|
|
"vinyl-buffer": "^1.0.0",
|
2016-01-11 15:48:10 +01:00
|
|
|
"vinyl-source-stream": "^1.1.0",
|
2016-01-11 15:47:24 +01:00
|
|
|
"babel-eslint": "^5.0.0-beta6"
|
2016-01-11 15:48:10 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {}
|
2014-07-29 21:29:10 +02:00
|
|
|
}
|