forked from MindscapeHQ/raygun4cfml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
31 lines (31 loc) · 1.26 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.1.0",
"author":"Kai Koenig",
"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":"I provide integration with the Raygun.io API",
"description":"API provider to send error information to Raygun.io 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":"railo","version":">=4.0.0"},
{"type":"lucee","version":">=4.5.0"},
{"type":"adobe","version":">=9.0.0"}
],
"type":"logging",
"projectURL":"https://github.com/MindscapeHQ/raygun4cfml/",
"license":[
{"type":"Apache 2.0","URL":"http://www.apache.org/licenses/LICENSE-2.0"}
],
"dependencies":{
"testbox":"x"
}
}