-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.07 KB
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
{
"name": "intel-amt-linux",
"version": "0.1.0",
"description": "Native Linux GUI + CLI for Intel AMT / vPro out-of-band management — unofficial Linux launcher for Intel Manageability Commander. MeshCommander / IPMI alternative.",
"keywords": [
"intel-amt", "amt", "vpro", "active-management-technology",
"out-of-band", "linux", "kvm", "serial-over-lan", "wsman",
"ider", "remote-management", "meshcommander", "ipmi-alternative",
"ilo-alternative", "electron", "manageability"
],
"author": "88plug <https://github.com/88plug>",
"license": "MIT",
"homepage": "https://github.com/88plug/intel-amt-linux#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/88plug/intel-amt-linux.git"
},
"bugs": {
"url": "https://github.com/88plug/intel-amt-linux/issues"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"private": true,
"scripts": {
"setup": "bash scripts/setup.sh",
"start": "bash scripts/run.sh",
"test": "node test/smoke.js"
},
"devDependencies": {
"electron": "^43.0.0"
}
}