-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
45 lines (44 loc) · 1009 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"dependencies": {
"db_mysql": ">= 0.0.0",
"php5": ">= 0.0.0"
},
"name": "phpmyadmin",
"maintainer_email": "[email protected]",
"attributes": {
"phpmyadmin/home": {
"required": "required",
"calculated": false,
"choice": [
],
"type": "string",
"recipes": [
"phpmyadmin::install"
],
"description": "The full path to a directory where PHPMyAdmin will be installed",
"display_name": "PHPMyAdmin Home"
}
},
"license": "Apache 2.0",
"suggestions": {
},
"platforms": {
},
"maintainer": "Ryan J. Geyer",
"long_description": "= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES:\n\n= USAGE:\n\n",
"version": "0.0.1",
"recommendations": {
},
"recipes": {
"phpmyadmin::install": "Installs phpmyadmin at the specified location"
},
"groupings": {
},
"conflicting": {
},
"replacing": {
},
"description": "A definition for installing phpmyadmin in the desired location",
"providing": {
}
}