-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1019 Bytes
/
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
{
"name": "y-websockets-server",
"version": "10.0.0-3",
"description": "Websockets Connector for Yjs (node server)",
"main": "./src/y-websockets-server.js",
"bin": "./src/server.js",
"scripts": {
"test": "npm run lint",
"lint": "standard",
"start": "DEBUG=y*,-y:connector-message node ./src/server.js"
},
"engines": {
"node": "^8.0.0"
},
"standard": {},
"repository": {
"type": "git",
"url": "https://github.com/y-js/y-websockets-server.git"
},
"keywords": [
"Yjs",
"OT",
"Collaboration",
"Synchronization",
"ShareJS",
"Coweb",
"Concurrency"
],
"author": "Kevin Jahns <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-js/y-websockets-server/issues"
},
"homepage": "http://y-js.org",
"dependencies": {
"minimist": "^1.2.0",
"redis": "^2.8.0",
"socket.io": "^2.0.3",
"y-redis": "0.0.4",
"yjs": "^13.0.0-51"
},
"devDependencies": {
"standard": "^10.0.2"
}
}