-
- Downloads
update doc
{ | { | ||
"name": "yjs", | "name": "yjs", | ||
"version": "11.2.5", | "version": "11.2.5", | ||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types", | "description": "A framework for real-time p2p shared editing on any data", | ||
"main": "./src/y.js", | "main": "./src/y.js", | ||
"scripts": { | "scripts": { | ||
"test": "node --harmony ./node_modules/.bin/gulp test", | "test": "node --harmony ./node_modules/.bin/gulp test", | ||
... | @@ -63,7 +63,6 @@ | ... | @@ -63,7 +63,6 @@ |
"gulp-shell": "^0.5.1", | "gulp-shell": "^0.5.1", | ||
"gulp-sourcemaps": "^1.5.2", | "gulp-sourcemaps": "^1.5.2", | ||
"gulp-tag-version": "^1.3.0", | "gulp-tag-version": "^1.3.0", | ||
"gulp-uglify": "1.4.*", | |||
"gulp-util": "^3.0.6", | "gulp-util": "^3.0.6", | ||
"gulp-watch": "^4.3.5", | "gulp-watch": "^4.3.5", | ||
"minimist": "^1.2.0", | "minimist": "^1.2.0", | ||
... | @@ -74,6 +73,6 @@ | ... | @@ -74,6 +73,6 @@ |
"standard": "^5.2.2", | "standard": "^5.2.2", | ||
"vinyl-buffer": "^1.0.0", | "vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0" | "vinyl-source-stream": "^1.1.0" | ||
}, | "gulp-uglify": "^2.0.0" | ||
"dependencies": {} | } | ||
} | } |
Please register or sign in to comment