-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatlas.json
54 lines (53 loc) · 1.48 KB
/
atlas.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
48
49
50
51
52
53
54
{
"name": "voltscript-collections",
"library": "hcl.core-modules",
"version": "1.0.4",
"displayName": "VoltScript Collections",
"description": "Collections and Maps for VoltScript and LotusScript",
"authors": [
"Paul Withers"
],
"license": "Apache 2.0",
"publisher": "HCL America, Inc.",
"repo": "https://github01.hclpnp.com/Volt-MX-GO/voltscript-collections.git",
"sourceDir": "src",
"testDir": "test",
"libsDir": "libs",
"vsesDir": "vses",
"mainScripts": [
"VoltScriptCollections.vss"
],
"unitTestScripts": [
"runAllTests.vss"
],
"integrationTestScripts": [
],
"repositories": [
{
"id": "volt-mx-marketplace",
"type": "marketplace",
"url": "https://community.hclvoltmx.com/marketplace"
},
{
"id": "hcl-github",
"type": "github",
"url": "https://api.github.com/repos/HCL-TECH-SOFTWARE"
}
],
"testDependencies": [
{
"library": "voltscript-testing",
"version": "1.0.1",
"module": "VoltScriptTesting.vss",
"repository": "hcl-github"
}
],
"vseDependencies": {
"JsonVSE": {
"library": "JsonVSE VoltScript Extension",
"version": "1.0.2",
"module": "jsonvse",
"repository":"volt-mx-marketplace"
}
}
}