forked from dbongo/PlayChef
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
38 lines (38 loc) · 719 Bytes
/
metadata.json
File metadata and controls
38 lines (38 loc) · 719 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "deploy-play",
"description": "Deploys Play Framework Applications",
"long_description": "",
"maintainer": "Blue Pi Consulting pvt ltd",
"maintainer_email": "sameera@bluepi.in",
"license": "Apache 2.0",
"platforms": {
"ubuntu": ">= 0.0.0",
"debian": ">= 0.0.0",
"linuxmint": ">= 0.0.0",
"redhat": ">= 0.0.0",
"centos": ">= 0.0.0",
"amazon": ">= 0.0.0",
"fedora": ">= 0.0.0"
},
"dependencies": {
"java": ">= 1.6"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"default": "Deploys Play App"
},
"version": "1.0.0"
}