This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
78 lines (78 loc) · 1.92 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
{
"name": "beame-sdk",
"version": "2.2.4",
"description": "Beame.io SDK - x509 certificates and tunnelling traffic to your servers",
"main": "index.js",
"engine": "node >= 8.0.0",
"scripts": {
"test": "mocha ./tests/unit_tests/test_commonutils.js ./tests/unit_tests/test_beameutils.js ./tests/unit_tests/test_makeenv.js ./tests/unit_tests/test_ntp.js"
},
"bin": {
"beame": "src/cli/beame.js"
},
"repository": {
"_type": "git",
"url": "git@github.com:beameio/beame-sdk.git"
},
"keywords": [
"beame",
"SSL cert",
"x509",
"localhost",
"proxy tunnel",
"ssl tunnel",
"self signed ",
"CA",
"signing",
"crypto"
],
"author": "beame.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/beameio/beame-sdk/issues"
},
"homepage": "https://github.com/beameio/beame-sdk#readme",
"dependencies": {
"async": "^2.6.3",
"change-case": "^3.1.0",
"cli-table3": "0.5.1",
"colors": "^1.4.0",
"debug": "^4.1.1",
"dirsum": "^0.1.1",
"express": "^4.17.1",
"http-proxy": "^1.18.0",
"https-proxy-agent": "^2.2.3",
"jsrsasign": "^7.2.2",
"log4js": "^4.5.1",
"log4js-json-layout": "^2.1.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nedb": "^1.8.0",
"network": "^0.4.1",
"node-rsa": "^1.0.6",
"node-uuid": "^1.4.8",
"npm-prefix": "^1.2.0",
"ntp-client": "^0.5.3",
"ocsp": "^1.2.0",
"pem": "https://github.com/beameio/pem/archive/v1.8.3-beame2.tar.gz",
"request": "^2.88.0",
"rimraf": "^2.7.1",
"serve-index": "^1.9.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"sprintf": "^0.1.5",
"sync-request": "^6.1.0",
"underscore": "^1.9.1"
},
"directories": {
"test": "tests"
},
"devDependencies": {
"eslint": "^5.16.0",
"gulp": "^4.0.2",
"gulp-jsdoc3": "^2.0.0",
"jsdoc": "^3.6.3",
"mocha": "^6.2.2",
"simple-mock": "^0.8.0"
}
}