-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 927 Bytes
/
config.json
File metadata and controls
25 lines (25 loc) · 927 Bytes
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
{
"ModuleName": "powershell-cli-menu-helpers",
"ModuleVersion": "0.0.2",
"GUID": "2876be78-754c-4b00-b390-d871c61ce66b",
"Author": "Patrick Grazioli",
"CompanyName": "Netcloud AG",
"Copyright": "2020 Netcloud AG. All rights reserved.",
"LicenseUri": "https://github.com/netcloud/powershell-cli-menu-helpers/blob/master/LICENSE.md",
"Description": "https://github.com/netcloud/powershell-cli-menu-helpers/blob/master/README.md",
"PowerShellVersion": "5.1",
"ProjectUri": "https://github.com/netcloud/powershell-cli-menu-helpers",
"ReleaseNotes": "https://github.com/netcloud/powershell-cli-menu-helpers/blob/master/CHANGELOG.md",
"Tags": [
"cli-menu",
"menu",
"select-item",
"list-item",
"filter-item",
"cli-menu-helpers",
"cli",
"select",
"filter"
],
"IconUri": "https://github.com/netcloud/powershell-cli-menu-helpers/blob/master/assets/images/ncdev_logo.png"
}