Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 1f61771

Browse files
committed
add box.json template
1 parent 86ab2ae commit 1f61771

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

templates/BoxJSON.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"name":"|appName|",
3+
"version":"1.0.0",
4+
"author":"CFWheels Core Team and Community, repackaged by Peter Amiri",
5+
"shortDescription":"CFWheels MVC Framework Base Template",
6+
"location":"",
7+
"slug":"myapp",
8+
"createPackageDirectory":false,
9+
"type":"cfwheels-templates",
10+
"keywords":[
11+
"mvc",
12+
"rails",
13+
"wheels",
14+
"cfwheels",
15+
"core"
16+
],
17+
"homepage":"https://cfwheels.org/",
18+
"documentation":"https://docs.cfwheels.org/",
19+
"repository":{
20+
"type":"git",
21+
"URL":"https://github.com/cfwheels/cfwheels"
22+
},
23+
"bugs":"https://github.com/cfwheels/cfwheels/issues",
24+
"contributors":[
25+
"Peter Amiri <peter@alurium.com>"
26+
],
27+
"ignore":[],
28+
"devDependencies":{
29+
"commandbox-dotenv":"*",
30+
"commandbox-cfconfig":"*",
31+
"commandbox-cfformat":"*"
32+
},
33+
"installPaths":{
34+
"cfwheels":"wheels/"
35+
},
36+
"dependencies":{
37+
"cfwheels":"|version|",
38+
"orgh213172lex":"lex:https://ext.lucee.org/org.h2-1.3.172.lex"
39+
},
40+
"private":false,
41+
"license":[
42+
{
43+
"type":"Apache License 2.0",
44+
"URL":"https://github.com/cfwheels/cfwheels/blob/master/LICENSE"
45+
}
46+
],
47+
"scripts":{}
48+
}

0 commit comments

Comments
 (0)