-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
46 lines (46 loc) · 1.46 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
46
{
"name":"CFWheels Template - Hello World",
"version":"1.0.19",
"author":"Peter Amiri",
"shortDescription":"CFWheels Template - Hello World",
"location":"ForgeboxStorage",
"slug":"cfwheels-template-helloworld",
"directory":"",
"createPackageDirectory":false,
"packageDirectory":"",
"homepage":"https://github.com/bpamiri/cfwheels-template-helloworld",
"documentation":"https://github.com/bpamiri/cfwheels-template-helloworld",
"changelog":"https://github.com/bpamiri/cfwheels-template-helloworld/commits/main",
"bugs":"https://github.com/bpamiri/cfwheels-template-helloworld/issues",
"repository":{
"type":"git",
"URL":"https://github.com/bpamiri/cfwheels-template-helloworld"
},
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels",
"template",
"helloworld"
],
"Dependencies":{
"cfwheels-base":"^2.2",
"cfwheels-core":"^2.2"
},
"installPaths":{
"cfwheels-base":"base/",
"cfwheels-core":"wheels/"
},
"scripts":{
"postInstallAll":"rm base/box.json --force && cp config/ base/config/ --recurse && cp views/ base/views/ --recurse && cp base/ ./ --recurse && rm base/ --recurse --force"
},
"type":"cfwheels-templates",
"private":false,
"license":[
{
"type":"Apache License 2.0",
"URL":"https://github.com/cfwheels/cfwheels/blob/master/LICENSE"
}
]
}