1
1
{
2
- "name" : " ColdBox Security" ,
3
- "version" : " 2.0.1" ,
4
- "location" :
" https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected] @.zip" ,
5
- "author" :
" Ortus Solutions.com <[email protected] " ,
6
- "slug" : " cbsecurity" ,
7
- "type" : " modules" ,
8
- "homepage" : " https://github.com/ColdBox/cbsecurity" ,
9
- "documentation" : " https://coldbox-security.ortusbooks.com/" ,
10
- "repository" : { "type" : " git" , "url" : " https://github.com/ColdBox/cbsecurity" },
11
- "shortDescription" : " This module provides a robust security engine for ColdBox applications." ,
12
- "license" : [
13
- { "type" : " Apache2" , "url" : " http://www.apache.org/licenses/LICENSE-2.0.html" }
14
- ],
15
- "contributors" : [
16
-
17
-
18
- ],
19
- "ignore" :[
2
+ "name" :" ColdBox Security" ,
3
+ "version" :" 2.1.0" ,
4
+ "location" :
" https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected] @.zip" ,
5
+ "author" :
" Ortus Solutions.com <[email protected] " ,
6
+ "slug" :" cbsecurity" ,
7
+ "type" :" modules" ,
8
+ "homepage" :" https://github.com/ColdBox/cbsecurity" ,
9
+ "documentation" :" https://coldbox-security.ortusbooks.com/" ,
10
+ "repository" :{
11
+ "type" :" git" ,
12
+ "url" :" https://github.com/ColdBox/cbsecurity"
13
+ },
14
+ "shortDescription" :" This module provides a robust security engine for ColdBox applications." ,
15
+ "license" :[
16
+ {
17
+ "type" :" Apache2" ,
18
+ "url" :" http://www.apache.org/licenses/LICENSE-2.0.html"
19
+ }
20
+ ],
21
+ "contributors" :[
22
+
23
+
24
+ ],
25
+ "ignore" :[
20
26
" **/.*" ,
21
27
" tests" ,
22
28
" */.md"
23
- ],
24
- "dependencies" :{
29
+ ],
30
+ "dependencies" :{
25
31
"jwt" :" ^1.1.0" ,
26
32
"cbauth" :" ^3.0.0"
27
33
},
28
34
"scripts" :{
29
- "toMaster" :" recipe build/toMaster.boxr" ,
30
- "format" : " cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --overwrite" ,
31
- "format:watch" : " cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --watch" ,
32
- "format:check" : " cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --check"
35
+ "toMaster" :" recipe build/toMaster.boxr" ,
36
+ "format" :" cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --overwrite" ,
37
+ "format:watch" :" cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --watch" ,
38
+ "format:check" :" cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --check"
33
39
}
34
40
}
0 commit comments