kevoree-group-centralizedws
Version:
WebSocket group based on a centralized architecture that only sends partial model to connected clients
60 lines (59 loc) • 1.59 kB
JSON
{
"name": "kevoree-group-centralizedws",
"version": "1.0.24",
"description": "WebSocket group based on a centralized architecture that only sends partial model to connected clients",
"main": "lib/CentralizedWSGroup.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"
},
"kevoree": {
"namespace": "kevoree",
"browser": "lib/browser.js"
},
"browser": {
"ws": "./ws-shim.js"
},
"dependencies": {
"kevoree-entities": "^9.2.4",
"kevoree-library": "^5.0.13",
"rwebsocket": "^1.0.1",
"ws": "^1.1.1"
},
"optionalDependencies": {
"bufferutil": "^1.3.0",
"utf-8-validate": "^2.0.0"
},
"devDependencies": {
"csv-write-stream": "^2.0.0",
"eslint": "^4.3.0",
"eslint-config-kevoree": "^1.0.1",
"expect": "^1.20.2",
"kevoree-scripts": "^1.1.2",
"mocha": "^3.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevoree/kevoree-js-group-centralizedws.git"
},
"keywords": [
"kevoree",
"ws",
"group",
"centralized",
"partial",
"model"
],
"author": "Maxime Tricoire <max.tricoire@gmail.com>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/kevoree/kevoree-js-group-centralizedws/issues"
},
"homepage": "https://github.com/kevoree/kevoree-js-group-centralizedws#readme"
}