-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatlas.json
More file actions
69 lines (69 loc) · 1.9 KB
/
atlas.json
File metadata and controls
69 lines (69 loc) · 1.9 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
64
65
66
67
68
69
{
"name": "voltscript-voltmx-middleware",
"description": "APIs and SDKs for Volt MX Foundry",
"displayName": "HCL Volt MX Foundry SDKs",
"license": "Apache 2.0",
"publisher": "HCL America, Inc.",
"authors": [
"Paul Withers"
],
"library": "voltscript-voltmx-middleware",
"version":"1.0.5",
"sourceDir": "src",
"testDir": "test",
"libsDir": "libs",
"vsesDir": "vses",
"mainScripts": [
"VoltMXObjects.vss"
],
"unitTestScripts": [],
"integrationTestScripts": [],
"repositories": [
{
"id": "volt-mx-marketplace",
"type": "marketplace",
"url": "https://community.demo-hclvoltmx.com/marketplace"
},
{
"id": "hcl-github",
"type": "github",
"url": "https://api.github.com/repos/hcl-tech-software"
}
],
"dependencies": [
{
"library": "voltscript-collections",
"version": "1.0.5",
"module": "VoltScriptCollections.vss",
"repository": "hcl-github"
},
{
"library": "voltscript-logging",
"version": "1.0.1",
"module": "VoltScriptLogging.vss",
"repository": "hcl-github"
}
],
"testDependencies": [
{
"library": "voltscript-testing",
"module": "VoltScriptTesting.vss",
"repository": "hcl-github",
"version": "1.0.1"
}
],
"vseDependencies": {
"JsonVSE": {
"library": "JsonVSE VoltScript Extension",
"version": "1.0.4",
"module": "jsonvse",
"repository": "volt-mx-marketplace"
},
"ContextVSE": {
"library": "ContextVSE VoltScript Extension",
"version": "1.0.4",
"module": "contextvse",
"repository": "volt-mx-marketplace"
}
}
}