-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 739 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
27
28
29
30
31
32
{
"name": "@kanhaiyalalsingh/tunnel",
"version": "1.1.2",
"description": "Nodejs bindings for Kanhaiya Tunnel",
"main": "index.js",
"repository": "kanhaiya15/tunnel",
"author": "Kanhaiya Lal Singh",
"license": "ISC",
"keywords": [
"LambdaTest",
"Tunnel",
"Local",
"selenium",
"testing"
],
"bugs": {
"url": "https://github.com/kanhaiya15/tunnel/issues"
},
"homepage": "https://github.com/kanhaiya15/tunnel#readme",
"dependencies": {
"elasticsearch": "^15.4.1",
"get-port": "^1.0.0",
"request": "^2.88.0",
"split": "^1.0.1",
"unzip": "^0.1.11",
"winston": "^3.2.1",
"winston-elasticsearch": "^0.7.9"
},
"devDependencies": {
"clang-format": "^1.2.4"
}
}