forked from coldbox-templates/DEPRECATED-elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
42 lines (42 loc) · 1.5 KB
/
box.json
File metadata and controls
42 lines (42 loc) · 1.5 KB
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
{
"name":"Elixir APP Template",
"version":"6.5.0",
"location":"forgeboxStorage",
"author":"You",
"slug":"cbtemplate-elixir",
"shortDescription":"A ColdBox application template that leverages ColdBox Elixir for assets",
"createPackageDirectory":false,
"type":"mvc",
"keywords":[],
"homepage":"https://github.com/coldbox-templates/elixir",
"documentation":"https://github.com/coldbox-templates/elixir",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-templates/elixir"
},
"bugs":"https://github.com/coldbox-templates/elixir/issues",
"contributors":[],
"ignore":[
"readme.md"
],
"devDependencies":{
"testbox":"^4.2.1+400",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/"
},
"dependencies":{
"coldbox":"^6.0.0"
},
"scripts":{
"postPublish":"!git push --follow-tags",
"postInstall":"pathExists .env || cp env.example .env && mv env.example .env.example",
"format":"cfformat run config/,handlers/,interceptors/,models/,modules_app/,tests/specs/,*.cfc --overwrite",
"format:check":"cfformat check config/,handlers/,interceptors/,models/,modules_app/,tests/specs/,*.cfc",
"format:watch":"cfformat watch path='config/,handlers/,interceptors/,models/,modules_app/,tests/specs/,*.cfc' settingsPath='.cfformat.json'"
}
}