{ "name": "yjs", "version": "13.0.0-66", "description": "A framework for real-time p2p shared editing on any data", "main": "./y.node.js", "browser": "./y.js", "module": "./src/index.js", "scripts": { "test": "npm run lint", "debug": "concurrently 'rollup -wc rollup.test.js' 'cutest-serve y.test.js -o'", "lint": "standard src/**/*.js test/**/*.js tests-lib/**/*.js", "docs": "esdoc", "serve-docs": "npm run docs && serve ./docs/", "dist": "rollup -c rollup.browser.js; rollup -c rollup.node.js", "watch": "concurrently 'rollup -wc rollup.browser.js' 'rollup -wc rollup.node.js'", "postversion": "npm run dist" }, "files": [ "y.*", "src/*", ".esdoc.json", "docs/*" ], "standard": { "ignore": [ "/y.js", "/y.js.map" ] }, "repository": { "type": "git", "url": "https://github.com/y-js/yjs.git" }, "keywords": [ "Yjs", "OT", "Collaboration", "Synchronization", "ShareJS", "Coweb", "Concurrency" ], "author": "Kevin Jahns", "email": "kevin.jahns@rwth-aachen.de", "license": "MIT", "bugs": { "url": "https://github.com/y-js/yjs/issues" }, "homepage": "http://y-js.org", "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "concurrently": "^3.6.1", "cutest": "^0.1.9", "esdoc": "^1.1.0", "esdoc-standard-plugin": "^1.0.0", "quill": "^1.3.6", "quill-cursors": "^1.0.3", "rollup": "^0.58.2", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.4.1", "rollup-plugin-inject": "^2.2.0", "rollup-plugin-multi-entry": "^2.0.2", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-uglify": "^1.0.2", "rollup-regenerator-runtime": "^6.23.1", "rollup-watch": "^3.2.2", "standard": "^11.0.1" }, "dependencies": { "ws": "^6.1.0" } }