-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcodemeta.json
47 lines (47 loc) · 1.15 KB
/
codemeta.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "git+https://github.com/AppThreat/atom.git",
"contIntegration": "https://github.com/AppThreat/atom/actions",
"downloadUrl": "https://github.com/AppThreat/atom",
"issueTracker": "https://github.com/AppThreat/atom/issues",
"name": "atom",
"version": "2.1.12",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
"static-analysis",
"code-analysis",
"dependency-analysis",
"code-hierarchy-analysis",
"static-slicer",
"reachability-analysis"
],
"programmingLanguage": [
"Scala 3",
"Node.js"
],
"runtimePlatform": [
"JVM"
],
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"softwareRequirements": [
"Java >= 21",
"Node.js >= 20",
"Ruby >= 3.4.0",
"PHP >= 8.3"
],
"author": [
{
"@type": "Person",
"givenName": "Team",
"familyName": "AppThreat",
"email": "[email protected]"
}
]
}