-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
40 lines (40 loc) · 1.04 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
{
"name":"cfpostmark",
"slug":"cfpostmark",
"version":"0.5.9",
"author":"Jordan Clark <[email protected]>",
"keywords":[
"postmark",
"postmarkapp",
"email",
"smtp",
"api",
"rest"
],
"shortDescription":"API client for PostmarkApp.com",
"type":"modules",
"location":"jordanclark/cfpostmark#v0.5.9",
"repository":{
"URL":"https://github.com/jordanclark/cfpostmark.git",
"type":"GIT"
},
"homepage":"https://github.com/jordanclark/cfpostmark",
"bugs":"https://github.com/jordanclark/cfpostmark/issues",
"license":[
{
"type":"Apache-2.0",
"URL":"https://github.com/jordanclark/cfpostmark/blob/master/LICENSE"
}
],
"private":false,
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"scripts":{
"postVersion":"package set location='jordanclark/cfpostmark#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
}
}