1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2026-02-13 06:43:30 +00:00

first commit

This commit is contained in:
Ylian Saint-Hilaire
2020-03-09 11:11:06 -07:00
commit 3deafe34ef
130 changed files with 141283 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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
}
}