forked from pixl8/Preside-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json.published
38 lines (38 loc) · 1.08 KB
/
box.json.published
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
{
"slug":"presidecms",
"name":"Preside",
"version":"$RELEASE_VERSION",
"location":"$DOWNLOAD_LOCATION",
"type":"cms",
"author":"Pixl8 Interactive",
"createPackageDirectory":true,
"packageDirectory":"preside",
"homepage":"https://www.preside.org",
"documentation":"https://docs.preside.org",
"repository":{
"type":"github",
"URL":"https://github.com/pixl8/Preside-CMS"
},
"bugs":"https://presidecms.atlassian.net",
"shortDescription":"The Preside platform by Pixl8 Interactive",
"description":"",
"instructions":"https://docs.preside.org/quickstart.html",
"changelog":"https://www.preside.org/release-notes.html",
"keywords":"CMS,ColdBox,FOSS",
"private":false,
"projectURL":"https://www.preside.org",
"license":[
{
"type":"LGPLv2",
"URL":"https://github.com/pixl8/Preside-CMS/blob/stable/LICENSE.txt"
}
],
"ignore":[
".git/*",
".gitignore",
".travis.yml",
".twgit_features_subject",
"build.sh",
"test.sh"
]
}