-
Notifications
You must be signed in to change notification settings - Fork 4
/
box.json
61 lines (60 loc) · 1.74 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 Performance Analyzer",
"author":"Zac Spitzer",
"version":"2.1.1.1",
"bugs":"https://github.com/zspitzer/lucee-performance-analyzer/issues",
"thumbnail": "https://raw.githubusercontent.com/zspitzer/lucee-performance-analyzer/master/build/images/logo.png",
"changelog":"",
"contributors":[],
"dependencies":{},
"description":"",
"devDependencies":{},
"documentation":"",
"homepage":"https://github.com/zspitzer/lucee-performance-analyzer",
"ignore":[],
"installPaths":{},
"instructions":"",
"keywords":"logs lucee admin plugin performance",
"license":[
{
"type":"",
"URL":""
}
],
"location":"ForgeboxStorage",
"private":false,
"projectURL":"",
"repository":{
"type":"git",
"URL":"https://github.com/zspitzer/lucee-performance-analyzer"
},
"scripts":{},
"shortDescription":"A Lucee Admin plugin to analyze debug logs for performance problems, via aggregate reports from all the debug logs available",
"slug":"A345C8CB-04CC-4D2B-93D50471D5105D83",
"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": "performance",
"engines" : [
{ "type" : "lucee", "version" : ">=5.2.8" }
]
}