1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-06 06:03:20 +00:00
Files
MeshCommander/package.json
Ylian Saint-Hilaire 060f012d91 Fixed IDER on IE.
2020-07-22 18:18:31 -07:00

18 lines
568 B
JSON

{
"name": "MeshCommander",
"version": "0.8.8",
"description": "Intel(R) Active Management Technology console tool",
"main": "index-nw.html",
"author": "Intel Corporation",
"keywords": [ "Intel", "Intel AMT", "Active Management Technology", "Remote Management", "Hardware Management", "Manageability Commander" ],
"single-instance": false,
"window": {
"icon": "favicon.png",
"toolbar": false,
"frame": true,
"width": 970,
"min_width": 970,
"height": 760,
"min_height": 640
}
}