-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbox.json
37 lines (37 loc) · 1.06 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
{
"name":"Amazon S3 Explorer",
"author":"Ortus Solutions <[email protected]>",
"version":"3.0.1",
"location":"coldbox-modules/s3explorer/v#3.0.1",
"slug":"s3explorer",
"type":"modules",
"documentation":"https://github.com/coldbox-modules/s3explorer",
"bugs":"https://github.com/coldbox-modules/s3explorer/issues",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/s3explorer"
},
"description":"A nice explorer like module for S3 Buckets",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"ignore":[
"tests/*",
".git*"
],
"dependencies":{
"cbmessagebox":"^2.2.0",
"s3sdk":"^3.0.1"
},
"installPaths":{
"cbmessagebox":"modules/cbmessagebox",
"s3sdk":"modules/s3sdk"
},
"scripts":{
"postVersion":"package set location='coldbox-modules/s3explorer/v#`package version`'",
"postPublish":"!git push --follow-tags"
}
}