forked from pixl8/Preside-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
50 lines (50 loc) · 1.61 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
{
"name":"PresideCMS",
"version":"10.2.4",
"author":"Pixl8 Interactive",
"createPackageDirectory":true,
"packageDirectory":"preside",
"homepage":"https://www.presidecms.com",
"documentation":"https://docs.presidecms.com",
"repository":{
"type":"github",
"URL":"https://github.com/pixl8/Preside-CMS"
},
"bugs":"https://presidecms.atlassian.net",
"slug":"presidecms",
"shortDescription":"The PresideCMS platform by Pixl8 Interactive",
"description":"",
"instructions":"https://docs.presidecms.com/quickstart.html",
"changelog":"https://www.presidecms.com/release-notes.html",
"keywords":"CMS,ColdBox,FOSS",
"private":false,
"projectURL":"https://www.presidecms.com",
"license":[
{
"type":"LGPLv2",
"URL":"https://github.com/pixl8/Preside-CMS/blob/stable/LICENSE.txt"
}
],
"dependencies":{
"sticker":"github:pixl8/sticker#v1.0.2",
"coldbox-standalone-3.8.2":"http://integration.stg.ortussolutions.com/artifacts/ortussolutions/coldbox/3.8.2/coldbox-standalone-3.8.2.zip",
"presidecmseditor":"github:pixl8/Preside-Editor"
},
"devDependencies":{
"testbox":"2.2.0"
},
"installPaths":{
"sticker":"system/externals/sticker",
"coldbox-standalone-3.8.2":"system/externals/coldbox-standalone-3.8.2",
"testbox":"support/tests/testbox",
"presidecmseditor":"system/assets/ckeditor"
},
"ignore":[
".git/*",
".gitignore",
".travis.yml",
".twgit_features_subject",
"build.sh",
"test.sh"
]
}