-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
51 lines (44 loc) · 1.18 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
[
{
"name": "code-json-generator",
"organization": "U.S. Geological Survey",
"description": "Library for producing source code inventory from Git APIs",
"version": "0.1.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/code-json-generator/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://usgs.github.io/code-json-generator/",
"downloadURL": "https://github.com/usgs/code-json-generator/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/code-json-generator/blob/master/LICENSE.md",
"repositoryURL": "https://github.com/usgs/code-json-generator.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"open source",
"github",
"gitlab",
"inventory",
"gsa",
"m-16-21"
],
"languages": [
"node"
],
"contact": {
"name": "Eric Martinez",
"email": "emartinez@usgs.gov"
},
"date": {
"created": "2018-02-27",
"lastModified": "2018-03-21",
"metadataLastUpdated": "2018-03-21"
}
}
]