-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "boydog",
"version": "2.0.23",
"description": "Build real-time collaborative webpages in Node.JS. Server-side module.",
"main": "boydog-server.js",
"scripts": {
"build:client": "browserify ./boydog-client.js -o ./boydog-client.bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boydoglabs/boydog.git"
},
"keywords": [
"boydog",
"boy-dog",
"boy dog",
"boy.dog",
"RTC",
"real time collaborative",
"socket",
"websocket"
],
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"acorn": "^8.0.4",
"acorn-walk": "^8.0.0",
"astring": "^1.4.3",
"cash-dom": "^8.1.0",
"lodash.topath": "^4.5.2",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^1.4.1",
"sharedb-attribute-binding": "^0.1.12",
"sharedb-string-binding": "^1.0.0",
"sweetalert2": "^9.17.2",
"ws": "^7.3.1"
},
"author": "Alejandro del Rio Santiago <[email protected]> (http://www.adelriosantiago.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/boydoglabs/boydog/issues"
},
"homepage": "https://github.com/boydoglabs/boydog#readme",
"devDependencies": {
"browserify": "^16.5.2"
}
}