-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "kevoree-group-centralizedws",
"version": "1.0.0-alpha.11",
"description": "WebSocket group based on a centralized architecture that only sends partial model to connected clients",
"main": "./lib/CentralizedWSGroup.js",
"scripts": {
"test": "mocha",
"prepublishOnly": "npm run lint && grunt publish",
"lint": "eslint lib test"
},
"kevoree": {
"namespace": "kevoree"
},
"browser": {
"ws": "./ws-shim.js"
},
"dependencies": {
"kevoree-entities": "^9.0.0",
"kevoree-library": "^5.0.10",
"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": "^3.12.2",
"grunt": "^1",
"grunt-eslint": "^19.0.0",
"grunt-kevoree": "^6.0.0-alpha",
"grunt-kevoree-genmodel": "^3.0.2",
"grunt-kevoree-registry": "^4.0.0-alpha",
"grunt-webpack": "^3.0.0",
"json-loader": "^0.5.4",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"webpack": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevoree/kevoree-js-group-centralizedws.git"
},
"keywords": [
"kevoree",
"ws",
"group",
"centralized",
"partial",
"model"
],
"author": "Maxime Tricoire <[email protected]>",
"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"
}