-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbox.json
More file actions
43 lines (42 loc) · 1.05 KB
/
box.json
File metadata and controls
43 lines (42 loc) · 1.05 KB
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
{
"name":"SendGrid-CFML",
"version":"1.0.0",
"author":"Dan Kraus <dskraus@gmail.com>",
"slug":"sendgrid-cfml",
"type":"modules",
"keywords":"email,sendgrid,cfml",
"homepage":"https://github.com/dankraus/sendgird/",
"documentation":"https://github.com/dankraus/sendgrid-cfml/readme.md",
"repository":{
"type":"git",
"url":"https://github.com/dankraus/sendgrid-cfml.git"
},
"bugs":"https://github.com/dankraus/sendgrid-cfml/issues",
"shortDescription":"CFML port of SendGrid's email library",
"engines":[
{
"type":"railo",
"version":">4.1"
}
],
"license":[
{
"type":"MIT",
"url":"https://github.com/dankraus/sendgrid-cfml/LICENSE.md"
}
],
"contributors":[
"Dan Kraus <dskraus@gmail.com>"
],
"ignore":[
],
"testbox":{
"runner":"http://127.0.0.1:54638/test/run.cfm"
},
"devdependencies":{
"testbox":"2.1.0"
},
"installPaths":{
"testbox":"testbox"
}
}