-
Notifications
You must be signed in to change notification settings - Fork 15
/
box.json
31 lines (31 loc) · 1.32 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
{
"name":"raygun4cfml",
"version":"1.7.0",
"location":"MindscapeHQ/raygun4cfml#1.7.0",
"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 and /tests/test_manual",
"changelog":"https://github.com/MindscapeHQ/raygun4cfml/blob/master/changelog.md",
"keywords":["error","errortracking","bugs","bugtracking","raygun","raygun.io"],
"engines":[
{"type":"lucee","version":">=5.0.0"},
{"type":"adobe","version":">=2018.0.0"}
],
"type":"logging",
"projectURL":"https://github.com/MindscapeHQ/raygun4cfml/",
"license":[
{"type":"Apache 2.0","URL":"http://www.apache.org/licenses/LICENSE-2.0"}
],
"devDependencies":{
"testbox":"x"
}
}