forked from jsteinshouer/commandbox-cflint
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbox.json
More file actions
40 lines (40 loc) · 1.37 KB
/
box.json
File metadata and controls
40 lines (40 loc) · 1.37 KB
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":"commandbox-cflint",
"version":"2.3.0",
"author":"Jason Steinshouer",
"location":"forgeboxStorage",
"homepage":"https://github.com/jsteinshouer/commandbox-cflint",
"documentation":"https://github.com/jsteinshouer/commandbox-cflint",
"repository":{
"type":"git",
"URL":"https://github.com/jsteinshouer/commandbox-cflint"
},
"bugs":"https://github.com/jsteinshouer/commandbox-cflint/issues",
"slug":"commandbox-cflint",
"shortDescription":"CommandBox command for running CFLint",
"description":"CommandBox command for running CFLint",
"type":"commandbox-modules",
"dependencies":{
"CFLint-1.5.0-all":"jar:https://github.com/cflint/CFLint/releases/download/CFLint-1.5.0/CFLint-1.5.0-all.jar"
},
"devDependencies":{},
"installPaths":{
"CFLint-1.5.0-all":"lib/CFLint-1.5.0-all/"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push && !git push --tags",
"format":"cfformat run commands,models,*.cfc",
"format:check":"cfformat check commands,models,*.cfc",
"format:watch":"cfformat watch commands,models,*.cfc ./.cfformat.json"
},
"ignore":[
"**/.*",
"tests",
"examples"
],
"contributors":[
"Luis Majano <lmajano@ortussolutions.com>",
"Michael Anderson <micander@gmail.com>"
]
}