-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
55 lines (55 loc) · 1.71 KB
/
box.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
55
{
"name":"FW/1 Dotenv",
"slug":"fw1dotenv",
"version":"1.2.0",
"author":"@tonyjunkes",
"location":"tonyjunkes/fw1dotenv#develop",
"directory":"fw1dotenv",
"homepage":"https://github.com/tonyjunkes/fw1dotenv",
"documentation":"https://github.com/tonyjunkes/fw1dotenv/README.md/",
"repository":{
"type":"git",
"url":"https://github.com/tonyjunkes/fw1dotenv.git"
},
"bugs":"https://github.com/tonyjunkes/fw1dotenv/issues",
"shortDescription":"FW/1 Dotenv is a module that loads environment variables from a JSON or Properties file into an app accessible bean.",
"description":"FW/1 Dotenv is a module that loads environment variables from a JSON or Properties file (e.g. .env) into an app accessible bean. Allowing you to store configuration in the environment separate from your code.",
"instructions":"https://github.com/tonyjunkes/fw1dotenv/README.md",
"changelog":"https://github.com/tonyjunkes/fw1dotenv/commits/develop",
"type":"projects",
"keywords":[
"fw1",
"framework one",
"subsystem",
"dotenv",
"settings"
],
"private":"false",
"engines":[
{
"type":"lucee",
"version":">=5.2.x"
},
{
"type":"adobe",
"version":">=2016"
}
],
"license":[
{
"type":"MIT",
"url":"https://github.com/tonyjunkes/fw1dotenv/blob/master/LICENSE"
}
],
"contributors":[
{
"name":"Contributors List",
"url":"https://github.com/tonyjunkes/fw1dotenv/graphs/contributors"
}
],
"ignore":[
"**/.*",
"test-harness",
"*/.md"
]
}