-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
31 lines (31 loc) · 986 Bytes
/
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
{
"name": "gow",
"description": "Installs/Configures gow on windows",
"long_description": "Description\n===========\nThis cookbook is designed to install the gow application on a windows machine.\nGow is an application that gives unix type commands to the windows command\nline.\n\nRequirements\n============\nThis needs windows cookbooks.\n\nAttributes\n==========\ndefault[\"gow\"][\"url\"] = \"https://github.com/downloads/bmatzelle/gow/Gow-0.5.0.exe\"\n\nUsage\n=====\n\nThis works out of the box. All you need to do is add this recipe to the\nservers run list.\n",
"maintainer": "Justin Witrick",
"maintainer_email": "[email protected]",
"license": "GPL 2",
"platforms": {
"windows": ">= 0.0.0"
},
"dependencies": {
"windows": ">= 1.2.8"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.0.3"
}