FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
socketcluster-client/package.json at master · SocketCluster/socketcluster-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SocketCluster
/
socketcluster-client
Public
Notifications
You must be signed in to change notification settings
Fork
90
Star
300
Code
Issues
23
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
socketcluster-client
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (58 loc) · 1.4 KB
Breadcrumbs
socketcluster-client
/
package.json
Copy path
File metadata and controls
58 lines (58 loc) · 1.4 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
socketcluster-client
"
,
"description"
:
"
SocketCluster JavaScript client
"
,
"version"
:
"
20.0.2
"
,
"homepage"
:
"
https://socketcluster.io/
"
,
"contributors"
: [
{
"name"
:
"
Jonathan Gros-Dubois
"
,
"email"
:
"
grosjona@yahoo.com.au
"
}
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/SocketCluster/socketcluster-client.git
"
},
"scripts"
: {
"build"
:
"
./node_modules/.bin/rollup --config ./rollup.config.js
"
,
"test"
:
"
mocha --reporter spec --timeout 5000 --slow 5000
"
},
"keywords"
: [
"
websocket
"
,
"
realtime
"
,
"
client
"
,
"
socketcluster
"
],
"dependencies"
: {
"ag-auth"
:
"
^2.1.1
"
,
"ag-channel"
:
"
^5.0.0
"
,
"ag-request"
:
"
^1.1.0
"
,
"async-stream-emitter"
:
"
^7.0.1
"
,
"buffer"
:
"
^5.2.1
"
,
"clone-deep"
:
"
^4.0.1
"
,
"linked-list"
:
"
^2.1.0
"
,
"sc-errors"
:
"
^3.0.0
"
,
"sc-formatter"
:
"
^4.0.0
"
,
"stream-demux"
:
"
^10.0.1
"
,
"uuid"
:
"
^14.0.2
"
,
"vinyl-buffer"
:
"
^1.0.1
"
,
"ws"
:
"
^8.18.0
"
},
"browser"
: {
"ws"
:
"
./lib/ws-browser.js
"
},
"readmeFilename"
:
"
README.md
"
,
"license"
:
"
MIT
"
,
"devDependencies"
: {
"@rollup/plugin-commonjs"
:
"
^25.0.4
"
,
"@rollup/plugin-node-resolve"
:
"
^15.2.1
"
,
"@rollup/plugin-terser"
:
"
^1.0.0
"
,
"mocha"
:
"
^11.8.0
"
,
"rollup"
:
"
^3.28.1
"
,
"socketcluster-server"
:
"
*
"
},
"overrides"
: {
"diff"
:
"
^8.0.4
"
,
"serialize-javascript"
:
"
^7.1.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL