EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
package.json
Go to the documentation of this file.
1{
2 "name": "meshcentral",
3 "version": "1.1.56",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
7 "Remote Desktop",
8 "Remote Terminal",
9 "Remote File Access",
10 "KVM",
11 "2FA",
12 "Two-Factor Authentication",
13 "Intel Active Management Technology",
14 "Intel AMT"
15 ],
16 "homepage": "https://meshcentral.com",
17 "description": "Web based remote computer management server",
18 "author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
19 "main": "meshcentral.js",
20 "bin": {
21 "meshcentral": "bin/meshcentral"
22 },
23 "license": "Apache-2.0",
24 "files": [
25 "*.js",
26 "amt",
27 "bin",
28 "rdp",
29 "views",
30 "emails",
31 "agents",
32 "public",
33 "translate",
34 "readme.txt",
35 "license.txt",
36 "sample-config.json",
37 "sample-config-advanced.json"
38 ],
39 "dependencies": {
40 "@seald-io/nedb": "4.1.2",
41 "archiver": "7.0.1",
42 "bcrypt": "^5.1.1",
43 "body-parser": "1.20.4",
44 "cbor": "5.2.0",
45 "compression": "1.8.1",
46 "cookie-session": "2.1.1",
47 "express": "4.22.1",
48 "express-handlebars": "7.1.3",
49 "express-ws": "5.0.2",
50 "ipcheck": "0.1.0",
51 "jsonwebtoken": "^9.0.2",
52 "minimist": "1.2.8",
53 "multiparty": "4.2.3",
54 "node-forge": "1.3.2",
55 "otplib": "12.0.1",
56 "pg": "^8.11.3",
57 "ua-client-hints-js": "0.1.2",
58 "ua-parser-js": "1.0.40",
59 "ws": "8.18.3",
60 "yauzl": "2.10.0"
61 },
62 "engines": {
63 "node": ">=16.0.0"
64 },
65 "repository": {
66 "type": "git",
67 "url": "https://github.com/Ylianst/MeshCentral.git"
68 },
69 "readme": "readme.md"
70}