-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
45 lines (44 loc) · 1.49 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
41
42
43
44
45
{
"name":"Coldbox Realworld Example App",
"version":"0.1.0",
"location":"https://github.com/timmaybrown/coldbox-realworld-example-app/archive/master.zip",
"author":"Tim Brown ([email protected])",
"slug":"coldbox-realworld-example-app",
"createPackageDirectory":false,
"type":"mvc",
"homepage":"https://github.com/timmaybrown/coldbox-realworld-example-app",
"documentation":"https://github.com/timmaybrown/coldbox-realworld-example-app",
"repository":{
"type":"git",
"url":"https://github.com/timmaybrown/coldbox-realworld-example-app"
},
"bugs":"https://github.com/timmaybrown/coldbox-realworld-example-app/issues",
"shortDescription":"API built with Coldbox for the http://realworld.io project",
"contributors":[
],
"ignore":[
],
"devDependencies":{
"testbox":"^2.4.0",
"relax":"^2.2.0+00032"
},
"installPaths":{
"coldbox":"coldbox\\",
"testbox":"testbox",
"relax":"modules\\relax",
"cbswagger":"modules\\cbswagger\\",
"cors":"modules\\cors\\",
"jwt":"modules\\jwt\\"
},
"dependencies":{
"coldbox":"^4.3.0",
"cbswagger":"^1.1.0",
"cors":"^1.0.0",
"jwt":"^1.0.1"
},
"scripts":{
"postVersion":"package set location='https://github.com/timmaybrown/coldbox-realworld-example-app/archive/v`package version`.zip'",
"postPublish":"!git push --follow-tags"
}
}