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 3deafe34ef first commit
2020-03-09 11:11:06 -07:00

18 lines
568 B
JSON

{
"name": "MeshCommander",
"version": "0.4.4",
"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
}
}