-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrief.json
More file actions
26 lines (25 loc) · 901 Bytes
/
brief.json
File metadata and controls
26 lines (25 loc) · 901 Bytes
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
{
"description": "Client Event Bitcode",
"name": "clientevent",
"path": "index.js",
"version": "1.0.4",
"author": "Cleverson Puche",
"dependencies": {
"jars": [
"com.corundumstudio.socketio:netty-socketio:1.7.7",
"com.fasterxml.jackson.core:jackson-core:2.9.4",
"com.fasterxml.jackson.core:jackson-databind:2.9.4",
"io.netty:netty-buffer:4.1.21.Final",
"io.netty:netty-common:4.1.21.Final",
"io.netty:netty-transport:4.1.21.Final",
"io.netty:netty-handler:4.1.21.Final",
"io.netty:netty-codec-http:4.1.21.Final",
"io.netty:netty-codec:4.1.21.Final",
"io.netty:netty-transport-native-epoll:4.1.21.Final",
"org.slf4j:slf4j-api:1.7.25",
"com.fasterxml.jackson.core:jackson-annotations:2.9.4",
"io.netty:netty-resolver:4.1.21.Final",
"io.netty:netty-transport-native-unix-common:4.1.21.Final"
]
}
}