-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbox.json
41 lines (41 loc) · 1.59 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
{
"name":"Elixir VueJS App Template",
"version":"6.14.0",
"location":"forgeboxStorage",
"author":"Ortus Solutions, Corp",
"slug":"cbtemplate-elixir-vuejs",
"shortDescription":"A ColdBox application template that leverages ColdBox Elixir for assets and VueJS for UI",
"createPackageDirectory":false,
"type":"mvc",
"keywords":[],
"homepage":"https://github.com/coldbox-templates/elixir-vuejs",
"documentation":"https://github.com/coldbox-templates/elixir-vuejs",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-templates/elixir-vuejs"
},
"bugs":"https://github.com/coldbox-templates/elixir-vuejs/issues",
"contributors":[],
"ignore":[
"readme.md"
],
"devDependencies":{
"testbox":"^4.2.1+400"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/"
},
"dependencies":{
"coldbox":"^6.0.0"
},
"scripts":{
"postPublish":"!git push origin --tags",
"postInstall":"pathExists .env || cp .env.example .env",
"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'",
"build:docker":"!docker build --no-cache -t my-coldbox-app -f ./Dockerfile ./",
"run:docker":"!docker run -it -p 8080:8080 my-coldbox-app"
}
}