-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbox.json
More file actions
32 lines (32 loc) · 889 Bytes
/
box.json
File metadata and controls
32 lines (32 loc) · 889 Bytes
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
{
"dependencies":{
"cbjavaloader":"^2.0.0"
},
"documentation":"https://github.com/coldbox-modules/codechecker-core",
"homepage":"https://github.com/coldbox-modules/codechecker-core",
"ignore":[
"**/.*",
"tests"
],
"installPaths":{
"cbjavaloader":"modules/cbjavaloader/",
"testbox":"testbox/"
},
"name":"CodeChecker Core",
"projectURL":"https://github.com/coldbox-modules/codechecker-core",
"repository":{
"type":"Git",
"URL":"https://github.com/coldbox-modules/codechecker-core.git"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"The core service for CodeChecker",
"slug":"codechecker-core",
"type":"modules",
"version":"1.3.3",
"devDependencies":{
"testbox":"^3.2.0+356"
}
}