forked from wellercs/CodeChecker
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbox.json
57 lines (57 loc) · 1.68 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
{
"name":"CodeChecker App",
"version":"2.0.2",
"author":"Chris Weller <[email protected]>",
"homepage":"https://github.com/Ortus-Solutions/CodeChecker",
"documentation":"https://github.com/Ortus-Solutions/CodeChecker/wiki",
"createPackageDirectory":false,
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/CodeChecker"
},
"slug":"CodeChecker",
"shortDescription":"A package for checking code quality.",
"description":"This package uses rules to evaluate code on the local system and report back possible issues based on maintenance, performance, security, and standards.",
"type":"projects",
"keywords":[
"code",
"check",
"checker",
"review",
"reviewer",
"quality",
"qa",
"test",
"maintenance",
"performance",
"security",
"standards"
],
"private":false,
"projectURL":"https://github.com/Ortus-Solutions/CodeChecker",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Chris Weller <[email protected]>",
"Gavin Pickin <[email protected]>",
"Luis Majano <[email protected]",
"Brad Wood <[email protected]"
],
"dependencies":{
"coldbox":"^5.0.0",
"codechecker-core":"be"
},
"ignore":[
"**/.*",
"tests/**"
],
"installPaths":{
"coldbox":"coldbox/",
"codechecker-core":"modules/codechecker-core"
},
"location":"forgeboxStorage"
}