-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbox.json
46 lines (46 loc) · 1.61 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name":"hyper",
"version":"7.5.2",
"author":"Eric Peterson <[email protected]>",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/hyper",
"documentation":"https://github.com/coldbox-modules/hyper",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/hyper"
},
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/hyper/LICENSE"
}
],
"bugs":"https://github.com/coldbox-modules/hyper/issues",
"slug":"hyper",
"shortDescription":"A CFML HTTP Builder",
"description":"A CFML HTTP Builder",
"type":"modules",
"dependencies":{
"globber":"^3.1.5"
},
"devDependencies":{
"testbox":"^6.0.0",
"coldbox":"^7.0.0"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/",
"globber":"modules/globber/"
},
"scripts":{
"format":"cfformat run ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc --overwrite",
"format:check":"cfformat check ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc --verbose",
"format:watch":"cfformat watch ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc",
"bx-modules:install": "install bx-compat-cfml@be,bx-esapi"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}