-
Notifications
You must be signed in to change notification settings - Fork 4
/
box.json
40 lines (39 loc) · 1.62 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
{
"name":"Lucee File Coverage Debug Template",
"version":"0.0.1.13",
"author":"Mark Drew",
"location":"https://github.com/cybersonic/lucee-filecoverage-extension/releases/download/0.0.1.13/filecoverage-extension.lex",
"homepage":"https://github.com/cybersonic/lucee-filecoverage-extension/releases",
"documentation":"",
"repository":{
"type":"github",
"URL":"git@github.com:cybersonic/lucee-filecoverage-extension.git"
},
"bugs":"https://github.com/cybersonic/lucee-filecoverage-extension/issues",
"slug":"lucee-file-coverage",
"shortDescription":"This extension provides a debugging template that logs all the calls to script files as a test or QA person navigates your site. ",
"description":"This extension gives you access to see which files are run by Lucee when you make a number of requests. It provides a percentage of coverage per file that your application uses, allowing you to know what you should remove or focus efforts on, such as where you should add tests.",
"instructions":" ",
"changelog":"",
"type":"lucee-extensions",
"keywords":"lucee extension debugging file code coverage",
"private":false,
"projectURL":"https://github.com/cybersonic/lucee-filecoverage-extension",
"license":[
{
"type":"MIT License",
"URL":"https://raw.githubusercontent.com/cybersonic/lucee-filecoverage-extension/master/LICENSE"
}
],
"contributors":[],
"dependencies":{
},
"devDependencies":{},
"installPaths":{},
"scripts":{},
"ignore":[
"**/.*",
"test",
"tests"
]
}