-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglue-basic.bom
More file actions
39 lines (37 loc) · 982 Bytes
/
glue-basic.bom
File metadata and controls
39 lines (37 loc) · 982 Bytes
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
{
"import": [
"types"
],
"repository": [
{ "name": "github", "endpoint": "https://github.com/nablex" },
{ "name": "bucket", "endpoint": "https://bitbucket.org/nablex" }
],
"project": [
{ "name": "utils-io" },
{ "name": "utils-codec" },
{ "name": "converter-api" },
{ "name": "converter-base" },
{ "name": "validator-api" },
{ "name": "resources-api" },
{ "name": "resources-classpath" },
{ "name": "resources-file" },
{ "name": "resources-cifs" },
{ "name": "evaluator-api" },
{ "name": "artifacts-api" },
{ "name": "glue-api" },
{ "name": "glue" },
{ "name": "html-scraper" },
{ "name": "resources-zip" },
{ "name": "validator-base" },
{ "name": "resources-memory" },
{ "name": "property-api" },
{ "name": "glue-database" },
{ "name": "glue-json" },
{ "name": "glue-transcoder" },
{ "name": "utils-xml" },
{ "name": "glue-xml" },
{ "name": "glue-types" },
{ "name": "glue-html"},
{ "name": "evaluator-types" }
]
}