This repository was archived by the owner on Apr 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments