forked from Ortus-Solutions/ContentBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box-site.json
57 lines (57 loc) · 1.8 KB
/
box-site.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name":"ContentBox Modular CMS Site",
"version":"@version.number@[email protected]@",
"location":"https://downloads.ortussolutions.com/ortussolutions/contentbox/@version.number@/[email protected]@.zip",
"author":"Ortus Solutions <[email protected]>",
"slug":"contentbox-site",
"shortDescription":"A ColdBox site configured and deployed with ContentBox CMS",
"type":"cms",
"keywords":"cms,content management,modular cms",
"homepage":"https://www.contentboxcms.org",
"documentation":"https://contentbox.ortusbooks.com",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/ContentBox"
},
"bugs":"https://ortussolutions.atlassian.net/browse/CONTENTBOX",
"createPackageDirectory":false,
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Joel Watson <[email protected]>",
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>"
],
"dependencies":{
"coldbox":"^6.0.0",
"contentbox":"^@version.number@[email protected]@",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-migrations":"*"
},
"devDependencies":{
"testbox":"*",
"commandbox-cfformat":"*",
"commandbox-docbox":"*"
},
"installPaths":{
},
"ignores":[
],
"cfmigrations":{
"schema":"${DB_DATABASE}",
"connectionInfo":{
"password":"${DB_PASSWORD}",
"connectionString":"${DB_CONNECTIONSTRING}",
"class":"${DB_CLASS}",
"username":"${DB_USER}",
"bundleName":"${DB_BUNDLENAME}",
"bundleVersion":"${DB_BUNDLEVERSION}"
},
"defaultGrammar":"AutoDiscover@qb"
}
}