-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbox.json
37 lines (37 loc) · 1008 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
28
29
30
31
32
33
34
35
36
37
{
"name":"fixinator",
"version":"5.0.1",
"author":"Foundeo Inc.",
"location":"foundeo/fixinator#v5.0.1",
"homepage":"https://fixinator.app/",
"documentation":"https://github.com/foundeo/fixinator/wiki",
"repository":{
"type":"git",
"URL":"https://github.com/foundeo/fixinator"
},
"bugs":"https://github.com/foundeo/fixinator/issues",
"slug":"fixinator",
"shortDescription":"A CommandBox command for scanning CFML code to find security issues.",
"type":"commandbox-modules",
"keywords":[
"security",
"audit",
"scan",
"scanner"
],
"private":false,
"license":[
{
"type":"GPL",
"URL":"https://github.com/foundeo/fixinator"
}
],
"dependencies":{},
"devDependencies":{},
"installPaths":{},
"scripts":{
"postVersion":"package set location='foundeo/fixinator#v`package version`'",
"onRelease":"publish"
},
"ignore":[]
}