-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbox.json
65 lines (65 loc) · 2.2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name":"quick",
"version":"11.1.0",
"author":"Ortus Solutions",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/quick",
"documentation":"https://quick.ortusbooks.com",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/quick"
},
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/quick/LICENSE"
}
],
"bugs":"https://github.com/coldbox-modules/quick/issues",
"slug":"quick",
"shortDescription":"A ColdBox ORM Engine",
"description":"A ColdBox ORM Engine",
"scripts":{
"format":"cfformat run dsl/**/*.cfc,extras/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check":"cfformat check dsl/**/*.cfc,extras/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc --verbose",
"format:watch":"cfformat watch dsl/**/*.cfc,extras/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc",
"generateAPIDocs":"rm .tmp --recurse --force && docbox generate mapping=quick excludes=test|/modules|ModuleConfig|QuickCollection strategy-outputDir=.tmp/apidocs strategy-projectTitle=Quick",
"install:2021":"cfpm install document,feed,mysql,zip",
"bx-modules:install":"install bx-compat-cfml@be,bx-esapi,bx-mysql"
},
"type":"modules",
"dependencies":{
"qb":"^11.0.2",
"str":"^4.0.0",
"mementifier":"^3.0.0"
},
"devDependencies":{
"coldbox":"v7.3.0",
"testbox":"be",
"cfcollection":"^3.6.4",
"cfmigrations":"^4.0.0"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/",
"qb":"modules/qb/",
"str":"modules/str/",
"cbvalidation":"modules/cbvalidation/",
"cfcollection":"modules/cfcollection/",
"mementifier":"modules/mementifier/",
"cfmigrations":"modules/cfmigrations/"
},
"testbox":{
"reporter":"json",
"runner":"http://127.0.0.1:52482/tests/runner.cfm",
"verbose":"false",
"watchDelay":"1000"
},
"ignore":[
"**/.*",
"test",
"tests",
"server.json",
"quick300.png"
]
}