-
Notifications
You must be signed in to change notification settings - Fork 4
/
box.json
executable file
·41 lines (41 loc) · 1.29 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
{
"name":"Sendgrid SDK",
"slug":"sendgrid-sdk",
"type":"modules",
"version":"1.5.3",
"homepage":"https://github.com/coldbox-modules/sendgrid-sdk",
"documentation":"https://github.com/coldbox-modules/sendgrid-sdk",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/sendgrid-sdk"
},
"bugs":"https://github.com/coldbox-modules/sendgrid-sdk/issues",
"author":"Ortus Solutions",
"location":"forgeboxStorage",
"shortDescription":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
"description":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
"dependencies":{
"hyper":"^7.5.0"
},
"devDependencies":{
"coldbox":"^7.0.0",
"testbox":"^5.0.0"
},
"installPaths":{
"hyper":"modules/hyper/",
"coldbox":"tests/resources/app/coldbox/",
"testbox":"testbox/"
},
"testbox":{
"runner":"http://localhost:49616"
},
"scripts":{
"format":"cfformat run modules/sendgrid-sdk/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"install:2021":"cfpm install document,feed,zip"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}