-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbox.json
33 lines (33 loc) · 1.06 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
{
"author":"John Berquist",
"bugs":"https://github.com/jcberquist/commandbox-cfformat/issues",
"cftokens":"v0.16.8",
"devDependencies":{
"testbox":"^4.0.0"
},
"documentation":"https://github.com/jcberquist/commandbox-cfformat",
"homepage":"https://github.com/jcberquist/commandbox-cfformat",
"installPaths":{
"testbox":"testbox/"
},
"license":[
{
"type":"MIT",
"URL":"http://opensource.org/licenses/MIT"
}
],
"location":"jcberquist/commandbox-cfformat#v0.19.0",
"name":"cfformat",
"repository":{
"type":"git",
"URL":"https://github.com/jcberquist/commandbox-cfformat"
},
"scripts":{
"format":"cfformat run ./*.cfc,commands,models,tests/*.cfc,tests/specs --overwrite",
"format:check":"cfformat check ./*.cfc,commands,models,tests/*.cfc,tests/specs"
},
"shortDescription":"A CommandBox module for formatting CFML component files.",
"slug":"commandbox-cfformat",
"type":"commandbox-modules",
"version":"0.19.0"
}