2
2
"name" :" Sendgrid SDK" ,
3
3
"slug" :" sendgrid-sdk" ,
4
4
"type" :" modules" ,
5
- "version" :" 1.4.2 " ,
6
- "homepage" : " https://github.com/coldbox-modules/sendgrid-sdk" ,
7
- "documentation" : " https://github.com/coldbox-modules/sendgrid-sdk" ,
8
- "repository" : {
9
- "type" : " git" ,
10
- "URL" : " https://github.com/coldbox-modules/sendgrid-sdk"
5
+ "version" :" 1.5.0 " ,
6
+ "homepage" :" https://github.com/coldbox-modules/sendgrid-sdk" ,
7
+ "documentation" :" https://github.com/coldbox-modules/sendgrid-sdk" ,
8
+ "repository" :{
9
+ "type" :" git" ,
10
+ "URL" :" https://github.com/coldbox-modules/sendgrid-sdk"
11
11
},
12
- "bugs" : " https://github.com/coldbox-modules/sendgrid-sdk/issues" ,
13
- "author" : " Ortus Solutions" ,
14
- "location" : " forgeboxStorage" ,
15
- "shortDescription" : " An API for interacting with SendGrid, including sending emails and receiving webhooks" ,
16
- "description" : " An API for interacting with SendGrid, including sending emails and receiving webhooks" ,
12
+ "bugs" :" https://github.com/coldbox-modules/sendgrid-sdk/issues" ,
13
+ "author" :" Ortus Solutions" ,
14
+ "location" :" forgeboxStorage" ,
15
+ "shortDescription" :" An API for interacting with SendGrid, including sending emails and receiving webhooks" ,
16
+ "description" :" An API for interacting with SendGrid, including sending emails and receiving webhooks" ,
17
17
"dependencies" :{
18
18
"hyper" :" ^3.6.2"
19
19
},
33
33
"format" :" cfformat run modules/sendgrid-sdk/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc --overwrite" ,
34
34
"install:2021" :" cfpm install document,feed,zip"
35
35
},
36
- "ignore" : [" **/.*" , " test" , " tests" ]
36
+ "ignore" :[
37
+ " **/.*" ,
38
+ " test" ,
39
+ " tests"
40
+ ]
37
41
}
0 commit comments