-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (32 loc) · 1.05 KB
/
metadata.json
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
{
"name": "chocolatey-installer",
"description": "Installs packages using Chocolatey",
"long_description": "# chocolatey-installer Cookbook\n\nThis cookbook allows you to provide an list of package names to be installed by chocolatey, in order.\n\n# Requirements\n\n### Platform\n\n* Windows 2008 R2\n* Windows 2012 (Not Tested)\n\n### Cookbooks\n\n* windows \n* chocolatey\n\n# Usage\n\n* Add `recipe[chocolatey-installer::default]` to your run list.\n\n# Attributes\n\n* `default['chocolatey-installer']['packages']` (Default: `{}`)\n\n# Recipes\n\n* default\n\n# Author\n\nAuthor:: Joe Fitzgerald ([email protected])\n",
"maintainer": "Joe Fitzgerald",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"windows": ">= 0.0.0"
},
"dependencies": {
"windows": ">= 0.0.0",
"chocolatey": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "1.0.0"
}