forked from pixl8/Preside-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
71 lines (71 loc) · 2.19 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name":"Preside",
"version":"10.10.0",
"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",
"slug":"presidecms",
"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"
}
],
"dependencies":{
"sticker":"1.3.2",
"lucee-spreadsheet":"github:cfsimplicity/lucee-spreadsheet#v2.12.0",
"presidecmseditor":"github:pixl8/Preside-Editor#4.17.1",
"cbi18n":"1.3.1+56",
"cbmessagebox":"2.2.0+10",
"cbstorages":"1.3.0+14",
"cbjavaloader":"1.5.0+35",
"coldbox":"5.4.0",
"cfconcurrent":"2.1.3",
"JSONPrettyPrint":"1.4.1"
},
"devDependencies":{
"testbox":"2.7.0"
},
"installPaths":{
"sticker":"system/externals/sticker/",
"lucee-spreadsheet":"system/externals/lucee-spreadsheet/",
"testbox":"tests/testbox/",
"presidecmseditor":"system/assets/ckeditor/",
"cbi18n":"system/modules/cbi18n/",
"cbmessagebox":"system/modules/cbmessagebox/",
"cbstorages":"system/modules/cbstorages/",
"cbjavaloader":"system/modules/cbjavaloader/",
"coldbox":"system/externals/coldbox/",
"cfconcurrent":"system/externals/cfconcurrent/",
"JSONPrettyPrint":"system/modules/JSONPrettyPrint/"
},
"ignore":[
".git/*",
".gitignore",
".travis.yml",
".twgit_features_subject",
"build.sh",
"test.sh"
],
"testbox":{
"runner":"http://127.0.0.1:9999/runtests.cfm"
}
}