master
json 66 lines 1.43 KB
Raw
1 {
2 "name": "meshcentral",
3 "version": "1.2.0",
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 "cbor": "5.2.0",
43 "compression": "1.8.1",
44 "cookie-session": "2.1.1",
45 "express": "4.22.2",
46 "express-handlebars": "7.1.3",
47 "express-ws": "5.0.2",
48 "ipcheck": "0.1.0",
49 "minimist": "1.2.8",
50 "multiparty": "4.3.0",
51 "node-forge": "1.4.0",
52 "otplib": "13.4.1",
53 "ua-client-hints-js": "0.1.2",
54 "ua-parser-js": "1.0.40",
55 "ws": "8.21.0",
56 "yauzl": "2.10.0"
57 },
58 "engines": {
59 "node": ">=20.0.0"
60 },
61 "repository": {
62 "type": "git",
63 "url": "https://github.com/Ylianst/MeshCentral.git"
64 },
65 "readme": "readme.md"
66 }