-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbox.json
More file actions
38 lines (38 loc) · 1.21 KB
/
box.json
File metadata and controls
38 lines (38 loc) · 1.21 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
{
"name":"CommandBox dotenv",
"version":"2.4.1",
"author":"Eric Peterson",
"location":"forgeboxStorage",
"homepage":"https://github.com/commandbox-modules/commandbox-dotenv",
"documentation":"https://github.com/commandbox-modules/commandbox-dotenv",
"repository":{
"type":"git",
"URL":"https://github.com/commandbox-modules/commandbox-dotenv"
},
"bugs":"https://github.com/commandbox-modules/commandbox-dotenv/issues",
"slug":"commandbox-dotenv",
"shortDescription":"Convention approach to adding environment variables to JVM args for CommandBox.",
"instructions":"https://github.com/commandbox-modules/commandbox-dotenv",
"type":"commandbox-modules",
"keywords":[
"server",
"env"
],
"scripts":{
"onRelease":"publish",
"postPublish":"!git push && git push --tags"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/commandbox-modules/commandbox-dotenv/blob/master/LICENSE"
}
],
"dependencies":{
"propertyFile":"^1.1.0"
},
"installPaths":{
"propertyFile":"modules/propertyFile"
}
}