forked from Ortus-Solutions/ContentBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
38 lines (37 loc) · 1.05 KB
/
box.json
File metadata and controls
38 lines (37 loc) · 1.05 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
{
"name":"ContentBox Tester Site",
"author":"Ortus Solutions <info@ortussolutions.com>",
"shortDescription":"A tester site for developing the ContentBox Modular 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",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Joel Watson <existdissolve@gmail.com>",
"Brad Wood <bdw429s@gmail.com>",
"Curt Gratz <gratz@computerknowhow.com>"
],
"dependencies":{
"coldbox":"^4.3.0"
},
"installPaths":{
"coldbox":"coldbox",
"testbox":"testbox"
},
"devDependencies":{
"testbox":"^2.5.0+107"
},
"ignores":[
]
}