-
Notifications
You must be signed in to change notification settings - Fork 10
/
code.json
47 lines (47 loc) · 1.62 KB
/
code.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
46
47
{
"version": "2.0.0",
"agency": "DOD",
"measurementType": {
"method": "other",
"ifOther": "Projects costs are measured in laborHours."
},
"releases": [
{
"name": "ARL_Topologies",
"organization": "US Army Research Laboratory",
"description": "ARL_Topologies is an extensible topology optimization program meant to be both a research platform and usable in general.",
"tags": [
"policy"
],
"contact": {
"email": "[email protected]"
},
"status": "Development",
"vcs": "git",
"downloadURL": "https://github.com/USArmyResearchLab/ARL_Topologies",
"repositoryURL": "https://github.com/USArmyResearchLab/ARL_Topologies",
"homepageURL": "https://github.com/USArmyResearchLab/ARL_Topologies",
"languages": [],
"partners": [],
"permissions": {
"licenses": [
{
"URL": "https://github.com/USArmyResearchLab/ARL_Topologies/blob/master/LICENSE.txt",
"name": "CC0"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 500,
"version": "1.0.0",
"date": {
"created": "2017-09-06",
"lastModified": "2017-09-06",
"metadataLastUpdated": "2017-09-06"
},
"disclaimerText": "",
"disclaimerURL": ""
}
]
}