forked from coldbox-modules/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
38 lines (38 loc) · 1.11 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
{
"name":"Sentry",
"author":"Ortus Solutions <[email protected]>",
"version":"1.5.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/sentry/@build.version@/[email protected]@.zip",
"slug":"sentry",
"type":"modules",
"homepage":"https://github.com/coldbox-modules/sentry",
"documentation":"https://github.com/coldbox-modules/sentry",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/sentry"
},
"bugs":"https://github.com/coldbox-modules/sentry/issues",
"shortDescription":"A module to log messages and send bug reports to Sentry",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{
"funclinenums":"^1.1.0"
},
"devDependencies":{},
"installPaths":{
"funclinenums":"modules/funclinenums/"
},
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"toMaster":"recipe build/toMaster.boxr"
}
}