forked from pixl8/preside-ext-mailgun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
31 lines (31 loc) · 899 Bytes
/
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
{
"name":"PresideCMS Extension: Mailgun",
"type":"preside-extensions",
"version":"1.0.11",
"location":"https://github.com/pixl8/preside-ext-mailgun/archive/v1.0.11.zip",
"author":"Pixl8 Interactive",
"directory":"application/extensions",
"homepage":"https://github.com/pixl8/preside-ext-mailgun",
"documentation":"https://github.com/pixl8/preside-ext-mailgun/wiki",
"repository":{
"type":"git",
"URL":"https://github.com/pixl8/preside-ext-mailgun"
},
"bugs":"https://github.com/pixl8/preside-ext-mailgun/issues",
"slug":"preside-ext-mailgun",
"projectURL":"",
"ignore":[
".git/*",
".gitignore",
".travis.yml",
".twgit_features_subject",
"*.sh",
"docs"
],
"devDependencies":{
"testbox":"2.2.0"
},
"installPaths":{
"testbox":"tests/testbox"
}
}