forked from coldbox-templates/rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
37 lines (37 loc) · 1.21 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":"REST APP Template",
"version":"2.9.0",
"location":"https://github.com/coldbox-templates/rest/archive/v2.9.0.zip",
"author":"You",
"slug":"cbtemplate-rest",
"createPackageDirectory":false,
"type":"mvc",
"homepage":"https://github.com/coldbox-templates/rest",
"documentation":"https://github.com/coldbox-templates/rest",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-templates/rest"
},
"bugs":"https://github.com/coldbox-templates/rest/issues",
"shortDescription":"This template gives you the base for building RESTFul web services with ColdBox",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"^2.5.0",
"relax":"^3.0.2"
},
"installPaths":{
"coldbox":"coldbox",
"testbox":"testbox",
"relax":"modules/relax",
"cbswagger":"modules/cbswagger"
},
"dependencies":{
"coldbox":"^5.0.0-rc.1",
"cbswagger":"^1.2.1"
},
"scripts":{
"postVersion":"package set location='https://github.com/coldbox-templates/rest/archive/v`package version`.zip'",
"postPublish":"!git push --follow-tags"
}
}