-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode.json
More file actions
47 lines (40 loc) · 1.01 KB
/
code.json
File metadata and controls
47 lines (40 loc) · 1.01 KB
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
46
47
[
{
"name": "usgs/httpd-php",
"organization": "U.S. Geological Survey",
"description": "An image for running Apache+PHP on CentOS.",
"version": "1.0.0",
"status": "Beta",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/httpd-php/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/usgs/httpd-php/",
"downloadURL": "https://github.com/usgs/httpd-php/repository/master/archive.zip",
"disclaimerURL": "https://github.com/usgs/httpd-php/blob/master/DISCLAIMER.md",
"repositoryUrl": "https://github.com/usgs/httpd-php.git",
"vcs": "git",
"laborHours": 10,
"tags": [
"Docker",
"CentOS",
"Apache",
"PHP"
],
"languages": [
"PHP"
],
"contact": {
"name": "Eric Martinez",
"email": "emartinez@usgs.gov"
},
"date": {
"metadataLastUpdated": "2018-03-14"
}
}
]