-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbox.json
59 lines (59 loc) · 1.98 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
56
57
58
59
{
"name":"raygun4cfml",
"version":"2.0.1",
"location":"MindscapeHQ/raygun4cfml#2.0.1",
"author":"Kai Koenig <[email protected]>",
"homepage":"https://github.com/MindscapeHQ/raygun4cfml/",
"documentation":"https://github.com/MindscapeHQ/raygun4cfml/blob/master/README.md",
"repository":{
"type":"git",
"URL":"https://github.com/MindscapeHQ/raygun4cfml/"
},
"bugs":"https://github.com/MindscapeHQ/raygun4cfml/issues",
"slug":"raygun4cfml",
"shortDescription":"Provides integration with the Raygun CrashReporting API",
"description":"API provider to send error information to Raygun crash reporting for tracking and analysis.",
"instructions":"Install this module and follow the guidelines in README.me as well as in /samples.",
"changelog":"https://github.com/MindscapeHQ/raygun4cfml/blob/master/CHANGELOG.md",
"keywords":[
"error",
"error tracking",
"bugs",
"bug tracking",
"raygun",
"crash reporting",
"error reporting"
],
"engines":[
{
"type":"lucee",
"version":">=5.3.0"
},
{
"type":"adobe",
"version":">=2021.0.0"
},
{
"type":"boxlang"
}
],
"type":"logging",
"projectURL":"https://github.com/MindscapeHQ/raygun4cfml/",
"license":[
{
"type":"Apache 2.0",
"URL":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies":{
"testbox":"6"
},
"scripts":{
"format":"cfformat run src/**/*.cfc,tests/**/*.cfc,tests/**/*.cfm,samples/**/*.cfc,samples/**/*.cfm --overwrite",
"format:watch":"cfformat watch src/**/*.cfc,tests/**/*.cfc,tests/**/*.cfm,samples/**/*.cfc,samples/**/*.cfm --overwrite",
"format:check":"cfformat check src/**/*.cfc,tests/**/*.cfc,tests/**/*.cfm,samples/**/*.cfc,samples/**/*.cfm"
},
"installPaths":{
"testbox":"testbox/"
}
}