-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbox.json
51 lines (51 loc) · 1.37 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
{
"name":"cbauth",
"version":"5.0.3",
"location":"forgeboxStorage",
"author":[
"Eric Peterson",
"Mike Burt",
"Luis Majano"
],
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/cbauth"
},
"slug":"cbauth",
"shortDescription":"Authentication services for ColdBox Applications.",
"type":"modules",
"keywords":[
"authentication",
"sessions"
],
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://raw.githubusercontent.com/coldbox-modules/cbauth/master/LICENSE"
}
],
"dependencies":{
"cbstorages":"^3.0.0"
},
"devDependencies":{
"testbox":"^4"
},
"installPaths":{
"testbox":"testbox/",
"cbstorages":"modules/cbstorages/"
},
"scripts":{
"format":"cfformat run models/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check":"cfformat check models/**/*.cfc,tests/specs/**/*.cfc --verbose",
"generateAPIDocs":"rm .tmp --recurse --force && docbox generate mapping=cbauth excludes=tests|ModuleConfig strategy-outputDir=.tmp/apidocs strategy-projectTitle=cbauth",
"install:2021":"cfpm install zip,debugger"
},
"ignore":[
"**/.*",
"test",
"tests",
"docs/**/*.*",
"server.json"
]
}