-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
37 lines (37 loc) · 1.3 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
{
"name":"ContentBox CLI",
"version":"1.7.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/contentbox-cli/@build.version@/[email protected]@.zip",
"slug":"contentbox-cli",
"author":"Ortus Solutions, Corp",
"homepage":"https://www.ortussolutions.com",
"documentation":"https://contentbox.ortusbooks.com",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/contentbox-cli"
},
"bugs":"https://github.com/Ortus-Solutions/contentbox-cli/issues",
"shortDescription":"The official CLI for the ContentBox Modular CMS",
"type":"commandbox-modules",
"keywords":"contentbox,cli,cms,headless cms",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[
"Brad Wood ([email protected])"
],
"devDependencies":{
"commandbox-docbox":"*"
},
"dependencies":{},
"installPaths":{},
"scripts":{
"release":"recipe build/release.boxr",
"format":"cfformat run commands,build,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch commands,build,ModuleConfig.cfc",
"format:check":"cfformat check commands,build,ModuleConfig.cfc"
}
}