-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
executable file
·42 lines (35 loc) · 883 Bytes
/
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
[
{
"name": "tvdiff",
"organization": "U.S. Geological Survey",
"description": "Repository contains codebase for R package tvdiff and an associated, non-interpreted manuscript (located in the /paper/ directory).",
"version": "NA",
"status": "preliminary",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/natbprice/tvdiff/blob/main/LICENSE.md"
}
]
},
"repositoryURL": "https://github.com/natbprice/tvdiff.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"Numerical differentiation",
"R package"
],
"languages": [
"R"
],
"contact": {
"name": "Nat Price",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2021-01-08"
}
}
]