-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbox.json
More file actions
44 lines (44 loc) · 1.79 KB
/
box.json
File metadata and controls
44 lines (44 loc) · 1.79 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
41
42
43
44
{
"name":"cbq",
"version":"5.0.8",
"author":"Eric Peterson <eric@elpete.com>",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/cbq",
"documentation":"https://github.com/coldbox-modules/cbq",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/cbq"
},
"bugs":"https://github.com/coldbox-modules/cbq/issues",
"slug":"cbq",
"shortDescription":"A protocol-based queueing system for ColdBox",
"description":"A protocol-based queueing system for ColdBox",
"type":"modules",
"dependencies":{
"qb":"^13.0.0",
"str":"^4.0.0"
},
"devDependencies":{
"testbox":"^6.0.0",
"coldbox":"^7.0.0",
"cfmigrations":"^5.0.0"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/",
"qb":"modules/qb/",
"str":"modules/str/",
"cfmigrations":"modules/cfmigrations/"
},
"scripts":{
"format":"cfformat run ModuleConfig.cfc,models/**/*.cfc,interceptors/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc,tests/resources/app/models/**/*.cfc --overwrite",
"format:check":"cfformat check ModuleConfig.cfc,models/**/*.cfc,interceptors/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc,tests/resources/app/models/**/*.cfc --verbose",
"format:watch":"cfformat watch ModuleConfig.cfc,models/**/*.cfc,interceptors/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc,tests/resources/app/models/**/*.cfc",
"install:2021":"cfpm install document,feed,zip"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}