-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ok, almost there in initial refactoring to ColdBox 4
- Loading branch information
Showing
13 changed files
with
217 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ workbench/dependencies | |
Icon? | ||
workbench/build.number | ||
workbench/apidocs/docbox | ||
coldbox/* | ||
testbox/* | ||
modules/* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,67 @@ | ||
{ | ||
"name" : "ContentBox Modular CMS", | ||
"version" : "[email protected]@", | ||
"author" : "Ortus Solutions <[email protected]>", | ||
"slug" : "contentbox", | ||
"type" : "cms", | ||
"keywords" : "cms,content management,modular cms", | ||
"homepage" : "http://www.ortussolutions.com/products/contentbox", | ||
"documentation" : "http://contentbox.ortusbooks.com", | ||
"repository" : { "type" : "git", "url" : "https://github.com/Ortus-Solutions/ContentBox" }, | ||
"bugs" : "https://ortussolutions.atlassian.net/browse/CONTENTBOX", | ||
"shortDescription" : "A Modular Content Management System", | ||
"createPackageDirectory" : false, | ||
"engines" : [ | ||
{ "type" : "railo", "version" : ">4.1" }, | ||
{ "type" : "lucee", "version" : ">4.5" }, | ||
{ "type" : "adobe", "version" : ">9.0.2" } | ||
"name":"ContentBox Modular CMS", | ||
"version":"[email protected]@", | ||
"author":"Ortus Solutions <[email protected]>", | ||
"slug":"contentbox", | ||
"type":"cms", | ||
"keywords":"cms,content management,modular cms", | ||
"homepage":"http://www.ortussolutions.com/products/contentbox", | ||
"documentation":"http://contentbox.ortusbooks.com", | ||
"repository":{ | ||
"type":"git", | ||
"url":"https://github.com/Ortus-Solutions/ContentBox" | ||
}, | ||
"bugs":"https://ortussolutions.atlassian.net/browse/CONTENTBOX", | ||
"shortDescription":"A Modular Content Management System", | ||
"createPackageDirectory":false, | ||
"engines":[ | ||
{ | ||
"type":"lucee", | ||
"version":">4.5" | ||
}, | ||
{ | ||
"type":"adobe", | ||
"version":">10" | ||
} | ||
], | ||
"license" : [ | ||
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" } | ||
"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]>" | ||
"contributors":[ | ||
"Joel Watson <[email protected]>", | ||
"Brad Wood <[email protected]>", | ||
"Curt Gratz <[email protected]>" | ||
], | ||
"testbox" : { | ||
"runner" : [ | ||
{ "cf10" : "http://cf10contentbox.local/tests/runner.cfm" }, | ||
{ "cf11" : "http://cf11contentbox.local/tests/runner.cfm" }, | ||
{ "lucee" : "http://luceecontentbox.local/tests/runner.cfm" } | ||
"testbox":{ | ||
"runner":[ | ||
{ | ||
"cf10":"http://cf10contentbox.local/tests/runner.cfm" | ||
}, | ||
{ | ||
"cf11":"http://cf11contentbox.local/tests/runner.cfm" | ||
}, | ||
{ | ||
"lucee":"http://luceecontentbox.local/tests/runner.cfm" | ||
} | ||
] | ||
}, | ||
"dependencies":{ | ||
"coldbox":"4.1.0+00002", | ||
"cborm":"1.0.3", | ||
"cbmailservices":"1.0.0", | ||
"cbsecurity":"1.1.0" | ||
}, | ||
"installPaths":{ | ||
"coldbox":"coldbox", | ||
"testbox":"testbox", | ||
"cborm":"modules/cborm", | ||
"cbmailservices":"modules/cbmailservices", | ||
"cbsecurity":"modules/cbsecurity" | ||
}, | ||
"devDependencies":{ | ||
"testbox":"2.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.