forked from fristonio/UniSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.65 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "v2.1.1cfd",
"version": "2.1.1",
"description": "Speaker integration system cum video discussion platform",
"main": "stream.js",
"dependencies": {
"accepts": "~1.3.3",
"after": "~0.8.2",
"array-flatten": "~1.1.1",
"arraybuffer.slice": "~0.0.6",
"backo2": "~1.0.2",
"base64-arraybuffer": "~0.1.5",
"base64id": "~1.0.0",
"blob": "~0.0.4",
"better-assert": "~1.0.2",
"callsite": "~1.0.0",
"component-bind": "~1.0.0",
"component-emitter": "~1.1.2",
"component-inherit": "~0.0.3",
"content-disposition": "~0.5.2",
"content-type": "~1.0.2",
"cookie": "~0.3.1",
"cookie-signature": "~1.0.6",
"debug": "~2.2.0",
"depd": "~1.1.0",
"ee-first": "~1.1.1",
"destroy": "~1.0.4",
"encodeurl": "~1.0.1",
"engine.io": "~1.8.2",
"engine.io-client": "~1.8.2",
"escape-html": "~1.0.3",
"engine.io-parser": "~1.3.2",
"etag": "~1.7.0",
"express": "~4.14.1",
"finalhandler": "~0.5.1",
"forwarded": "~0.1.0",
"fresh": "~0.3.0",
"has-binary": "~0.1.7",
"has-cors": "~1.1.0",
"http-errors": "~1.5.1",
"indexof": "~0.0.1",
"inherits": "~2.0.3",
"ipaddr.js": "~1.2.0",
"isarray": "~0.0.1",
"json3": "~3.3.2",
"media-typer": "~0.3.0",
"merge-descriptors": "~1.0.1",
"methods": "~1.1.2",
"mime": "~1.3.4",
"mime-db": "~1.26.0",
"mime-types": "~2.1.14",
"ms": "~0.7.1",
"negotiator": "~0.6.1",
"object-assign": "~4.1.0",
"object-component": "~0.0.3",
"on-finished": "~2.3.0",
"options": "~0.0.6",
"parsejson": "~0.0.3",
"parseqs": "~0.0.5",
"parseuri": "~0.0.5",
"qs": "~6.2.0",
"parseurl": "~1.3.1",
"range-parser": "~1.2.0",
"send": "~0.14.2",
"serve-static": "~1.11.2",
"setprototypeof": "~1.0.2",
"socket.io": "~1.7.2",
"socket.io-adapter": "~0.5.0",
"socket.io-client": "~1.7.2",
"socket.io-parser": "~2.3.1",
"statuses": "~1.3.1",
"to-array": "~0.1.4",
"type-is": "~1.6.14",
"ultron": "~1.0.2",
"unpipe": "~1.0.0",
"utils-merge": "~1.0.0",
"vary": "~1.1.0",
"ws": "~1.1.1",
"wtf-8": "~1.0.0",
"xmlhttprequest-ssl": "~1.5.3",
"yeast": "~0.1.2",
"proxy-addr": "~1.1.3",
"path-to-regexp": "~0.1.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fristonio/CodeFunDO.git"
},
"keywords": [
"Stream",
"integration",
"discussion"
],
"author": "kataria pathak lamba",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/fristonio/CodeFunDO/issues"
}
}