forked from paulklinkenberg/lucee-loganalyzer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
box.json
61 lines (60 loc) · 1.6 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
60
61
{
"name":"Lucee Log Viewer",
"author":"Zac Spitzer",
"version":"3.0.0.38",
"bugs":"https://github.com/zspitzer/lucee-logviewer/issues",
"thumbnail": "https://raw.githubusercontent.com/zspitzer/lucee-logviewer/refactoring/build/images/logo.png",
"changelog":"",
"contributors":[],
"dependencies":{},
"description":"",
"devDependencies":{},
"documentation":"",
"homepage":"https://github.com/zspitzer/lucee-logviewer",
"ignore":[],
"installPaths":{},
"instructions":"",
"keywords":"logs lucee admin plugin",
"license":[
{
"type":"",
"URL":""
}
],
"location":"ForgeboxStorage",
"private":false,
"projectURL":"",
"repository":{
"type":"git",
"URL":"https://github.com/zspitzer/lucee-logviewer"
},
"scripts":{},
"shortDescription":"A Lucee Admin plugin to view logs",
"slug":"91AF5D75-8CEF-4510-A170240C401F5FBA",
"testbox":{
"bundles":"",
"directory":"tests.specs",
"labels":"",
"options":{},
"recurse":true,
"reporter":"",
"runner":[
{
"default":""
}
],
"testBundles":"",
"testSpecs":"",
"testSuites":"",
"verbose":true,
"watchDelay":500,
"watchPaths":"**.cfc"
},
"type":"lucee-extensions",
"lucee-extension-releasetype": "all",
"lucee-extension-mincoreversion": "5.2.8.50",
"lucee-extension-category": "logs",
"engines" : [
{ "type" : "lucee", "version" : ">=5.2.8" }
]
}