forked from commandbox-modules/commandbox-codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
27 lines (27 loc) · 945 Bytes
/
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
{
"dependencies":{
"codechecker-core":"^1.0.0"
},
"documentation":"https://github.com/commandbox-modules/commandbox-codechecker",
"homepage":"https://github.com/commandbox-modules/commandbox-codechecker",
"ignore":[
"**/.*",
"tests"
],
"location":"commandbox-modules/commandbox-codechecker#v1.0.5",
"name":"CodeChecker CLI",
"projectURL":"https://github.com/commandbox-modules/commandbox-codechecker",
"repository":{
"type":"Git",
"URL":"https://github.com/commandbox-modules/commandbox-codechecker.git"
},
"scripts":{
"postVersion":"package set location='commandbox-modules/commandbox-codechecker#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"The CLI for CodeChecker",
"slug":"commandbox-codechecker",
"type":"commandbox-modules",
"version":"1.0.5"
}