-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcode.json
51 lines (51 loc) · 1.76 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
48
49
50
51
{
"version": "2.0.0",
"agency": "DOD",
"measurementType": {
"method": "other",
"ifOther": "Projects costs are measured in laborHours."
},
"releases": [
{
"name": "ARL CrowdTree",
"organization": "US Army Research Laboratory",
"description": "ARL CrowdTree is an annotation tool for viewing and editing dependency trees.",
"tags": [
"software"
],
"contact": {
"name": "Stephen Tratz",
"email": "[email protected]"
},
"status": "Alpha",
"vcs": "git",
"downloadURL": "https://github.com/USArmyResearchLab/ARL_CrowdTree",
"repositoryURL": "https://github.com/USArmyResearchLab/ARL_CrowdTree",
"homepageURL": "https://github.com/USArmyResearchLab/ARL_CrowdTree",
"languages": [
"java",
"javascript"
],
"partners": [],
"permissions": {
"licenses": [
{
"URL": "https://github.com/USArmyResearchLab/ARL_CrowdTree/blob/master/LICENSE.txt",
"name": "Apache 2.0"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1000,
"version": "1.0.0",
"date": {
"created": "2018-09-28",
"lastModified": "2018-09-28",
"metadataLastUpdated": "2018-09-28"
},
"disclaimerText": "(See license)",
"disclaimerURL": "https://github.com/USArmyResearchLab/ARL_CrowdTree/blob/master/LICENSE.txt"
}
]
}