forked from boydoglabs/boydog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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": "1.1.29",
"description": "Build real-time collaborative webpages in Node.JS. Server-side module.",
"main": "boydog.js",
"scripts": {
"format": "prettier --write \"./boydog.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": {
"boydog-client": "^1.1.18",
"chai": "^4.2.0",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"hash-generator": "^0.1.0",
"lodash": "^4.17.11",
"puppeteer": "^1.17.0",
"reconnecting-websocket": "^4.1.10",
"sharedb": "^1.0.0-beta",
"sharedb-access": "^5.0.0",
"websocket-json-stream": "^0.0.3",
"ws": "^7.0.0"
},
"author": "boy.dog (www.boy.dog)",
"license": "MIT",
"bugs": {
"url": "https://github.com/boydoglabs/boydog/issues"
},
"homepage": "https://github.com/boydoglabs/boydog#readme",
"devDependencies": {
"prettier": "^1.18.2"
}
}