-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.project.json
More file actions
63 lines (63 loc) · 1.92 KB
/
.project.json
File metadata and controls
63 lines (63 loc) · 1.92 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "DETECT",
"description": "DETECT (Digital Engineering Tool Evaluation Criteria Template) is a framework that helps organizations understand their Digital Engineering (DE) ecosystem, identify needs and gaps, and lower the barrier of entry to implementing effective DE in their workplace. Drawing on authoritative sources from DoD and industry, DETECT provides guidance for programs to use in developing and improving their DE ecosystem. This is a SysML v2 implementation by Sensmetry, adapted from the original SysML v1.6 model developed by the DEM&S team.",
"version": "1.2.0",
"license": "MIT",
"maintainer": [
"Sensmetry <opensource@sensmetry.com>",
"OUSW (R&E)"
],
"website": "https://github.com/sensmetry/detect",
"topic": [
"Department of Defense (DoD)",
"Department of War (DoW)",
"DEM&S",
"OSD(R&E) / OSW(R&E)",
"SysMLv2 implementation",
"DEBoK",
"Syside Automator script",
"Tool"
],
"usage": [
{
"resource": "urn:kpar:function-library",
"versionConstraint": "^1.0.0"
},
{
"resource": "urn:kpar:data-type-library",
"versionConstraint": "^1.0.0"
},
{
"resource": "urn:kpar:semantic-library",
"versionConstraint": "^1.0.0"
},
{
"resource": "urn:kpar:analysis-library",
"versionConstraint": "^2.0.0"
},
{
"resource": "urn:kpar:geometry-library",
"versionConstraint": "^2.0.0"
},
{
"resource": "urn:kpar:metadata-library",
"versionConstraint": "^2.0.0"
},
{
"resource": "urn:kpar:requirement-derivation-library",
"versionConstraint": "^2.0.0"
},
{
"resource": "urn:kpar:systems-library",
"versionConstraint": "^2.0.0"
},
{
"resource": "urn:kpar:cause-and-effect-library",
"versionConstraint": "^2.0.0"
},
{
"resource": "urn:kpar:quantities-and-units-library",
"versionConstraint": "^2.0.0"
}
]
}