forked from coldbox-templates/DEPRECATED-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
39 lines (39 loc) · 1.12 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
{
"name":"Simple APP Template",
"version":"6.2.0",
"author":"You",
"location":"forgeboxStorage",
"slug":"cbtemplate-simple",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"^4.0.0"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/"
},
"dependencies":{
"coldbox":"^6.0.0",
"nerdvision":"1.0.6",
"commandbox-fusionreactor":"4.0.9"
},
"scripts":{
"postPublish":"!git push --follow-tags",
"postInstall":"pathExists .env || cp env.example .env && mv env.example .env.example",
"format":"cfformat run config/,handlers/,models/,tests/specs/,*.cfc --overwrite",
"format:check":"cfformat check config/,handlers/,models/,tests/specs/,*.cfc",
"format:watch":"cfformat watch path='config/,handlers/,models/,tests/specs/,*.cfc' settingsPath='.cfformat.json'"
}
}