-
Notifications
You must be signed in to change notification settings - Fork 1
/
box.json
40 lines (38 loc) · 991 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
32
33
34
35
36
37
38
39
40
{
"name":"Advanced Script APP Template",
"version":"1.5.0",
"author":"You",
"location":"https://github.com/coldbox-templates/advanced-script/archive/v1.5.0.zip",
"slug":"cbtemplate-advanced-script",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[
],
"ignore":[
],
"devDependencies":{
"testbox":"^2.3.0"
},
"installPaths":{
"coldbox":"coldbox",
"testbox":"testbox",
"cbjavaloader":"modules/cbjavaloader"
},
"dependencies":{
"coldbox":"^4.3.0",
"cbjavaloader":"^1.4.0+29"
},
"scripts":{
"postVersion":"package set location='https://github.com/coldbox-templates/advanced-script/archive/v`package version`.zip'",
"postPublish":"!git push --follow-tags"
}
}