summary refs log tree commit diff
path: root/pkgs/tools/admin/meshcentral/package.json
blob: dec471e7acc967e30c1e8fcd14ec09d865a96107 (plain) (blame)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
  "name": "meshcentral",
  "version": "0.8.87",
  "keywords": [
    "Remote Device Management",
    "Remote Device Monitoring",
    "Remote Desktop",
    "Remote Terminal",
    "Remote File Access",
    "KVM",
    "2FA",
    "Two-Factor Authentication",
    "Intel Active Management Technology",
    "Intel AMT"
  ],
  "homepage": "https://meshcentral.com",
  "description": "Web based remote computer management server",
  "author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
  "main": "meshcentral.js",
  "bin": {
    "meshcentral": "bin/meshcentral"
  },
  "license": "Apache-2.0",
  "files": [
    "*.js",
    "amt",
    "bin",
    "views",
    "emails",
    "agents",
    "public",
    "translate",
    "readme.txt",
    "license.txt",
    "sample-config.json",
    "sample-config-advanced.json"
  ],
  "dependencies": {
    "body-parser": "^1.19.0",
    "cbor": "~5.2.0",
    "compression": "^1.7.4",
    "cookie-session": "^2.0.0-beta.3",
    "express": "^4.17.0",
    "express-handlebars": "^3.1.0",
    "express-ws": "^4.0.0",
    "ipcheck": "^0.1.0",
    "minimist": "^1.2.0",
    "multiparty": "^4.2.1",
    "nedb": "^1.8.0",
    "node-forge": "^0.10.0",
    "ws": "^5.2.3",
    "xmldom": "^0.5.0",
    "yauzl": "^2.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Ylianst/MeshCentral.git"
  },
  "readme": "readme.txt",
  "optionalDependencies": {
    "passport": "*",
    "passport-twitter": "*",
    "passport-google-oauth20": "*",
    "passport-github2": "*",
    "passport-reddit": "*",
    "passport-azure-oauth2": "*",
    "jwt-simple": "*",
    "passport-saml": "*",
    "ws": "5.2.3",
    "cbor": "5.2.0",
    "nedb": "*",
    "https": "*",
    "yauzl": "*",
    "xmldom": "*",
    "ipcheck": "*",
    "express": "*",
    "archiver": "4.0.2",
    "multiparty": "*",
    "node-forge": "*",
    "express-ws": "4.0.0",
    "compression": "*",
    "body-parser": "*",
    "cookie-session": "*",
    "express-handlebars": "*",
    "node-windows": "*",
    "loadavg-windows": "*",
    "node-sspi": "*",
    "ldapauth-fork": "*",
    "node-rdpjs-2": "*",
    "ssh2": "*",
    "image-size": "*",
    "acme-client": "*",
    "aedes": "0.39.0",
    "mysql": "*",
    "@mysql/xdevapi": "*",
    "mongodb": "*",
    "saslprep": "*",
    "mariadb": "*",
    "node-vault": "*",
    "semver": "*",
    "https-proxy-agent": "*",
    "mongojs": "*",
    "nodemailer": "*",
    "@sendgrid/mail": "*",
    "jsdom": "*",
    "esprima": "*",
    "minify-js": "*",
    "html-minifier": "*",
    "archiver-zip-encrypted": "*",
    "googleapis": "*",
    "webdav": "*",
    "wildleek": "2.0.0",
    "yubikeyotp": "*",
    "otplib": "10.2.3",
    "twilio": "*",
    "plivo": "*",
    "web-push": "*",
    "node-xcs": "*",
    "modern-syslog": "*",
    "syslog": "*",
    "heapdump": "*"
  }
}