UNPKG

kevoree-group-remotews

Version:

A Kevoree group that uses an external remote WebSocket broadcast server to share models.<br/>The attribute <strong>answerPull</strong> specifies whether the fragments must send their model back on pull requests.

53 lines (52 loc) 1.51 kB
{ "name": "kevoree-group-remotews", "version": "5.3.15", "main": "./lib/RemoteWSGroup.js", "description": "A Kevoree group that uses an external remote WebSocket broadcast server to share models.<br/>The attribute <strong>answerPull</strong> specifies whether the fragments must send their model back on pull requests.", "kevoree": { "namespace": "kevoree", "browser": "lib/browser.js" }, "scripts": { "prestart": "npm run build", "pretest": "npm run build", "prepublishOnly": "npm run test", "start": "kevoree-scripts start", "build": "kevoree-scripts build", "test": "mocha test", "kev:publish": "kevoree-scripts publish", "postpublish": "npm run kev:publish" }, "keywords": [ "kevoree-std-lib", "kevoree", "library", "group" ], "author": "Maxime Tricoire <max.tricoire@gmail.com>", "contributors": [], "license": "LGPL-3.0", "browser": { "ws": "./ws-shim.js" }, "dependencies": { "kevoree-entities": "^9.2.4", "kevoree-library": "^5.0.13", "smart-socket": "^0.5.0" }, "devDependencies": { "eslint": "^4.3.0", "eslint-config-kevoree": "^1.0.1", "expect": "^1.20.2", "kevoree-scripts": "^1.1.2", "mocha": "^3.4.2" }, "homepage": "https://github.com/kevoree/kevoree-js", "repository": { "type": "git", "url": "https://github.com/kevoree/kevoree-js-group-remotews.git" }, "bugs": { "url": "https://github.com/kevoree/kevoree-js-group-remotews/issues" } }