|
1 | 1 | { |
2 | | - "name": "ContentBox Tester Site", |
3 | | - "version": "6.1.0", |
4 | | - "author": "Ortus Solutions <info@ortussolutions.com>", |
5 | | - "shortDescription": "A tester site for developing the ContentBox Modular CMS", |
6 | | - "type": "cms", |
7 | | - "keywords": "cms,content management,modular cms", |
8 | | - "homepage": "https://www.contentboxcms.org", |
9 | | - "documentation": "https://contentbox.ortusbooks.com", |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "https://github.com/Ortus-Solutions/ContentBox" |
13 | | - }, |
14 | | - "bugs": "https://ortussolutions.atlassian.net/browse/CONTENTBOX", |
15 | | - "license": [ |
16 | | - { |
17 | | - "type": "Apache2", |
18 | | - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" |
19 | | - } |
20 | | - ], |
21 | | - "contributors": [ |
22 | | - "Joel Watson <existdissolve@gmail.com>", |
23 | | - "Brad Wood <bdw429s@gmail.com>", |
24 | | - "Curt Gratz <gratz@computerknowhow.com>" |
25 | | - ], |
26 | | - "dependencies": { |
27 | | - "coldbox": "^7.0.0", |
28 | | - "commandbox-migrations": "^5.0.0" |
29 | | - }, |
30 | | - "devDependencies": { |
31 | | - "testbox": "^5.0.0+1", |
32 | | - "commandbox-boxlang": "*", |
33 | | - "commandbox-cfformat": "*", |
34 | | - "commandbox-cfconfig" : "*", |
35 | | - "commandbox-docbox": "*", |
36 | | - "cbdebugger": "*", |
37 | | - "route-visualizer": "*" |
38 | | - }, |
39 | | - "installPaths": { |
40 | | - "testbox": "testbox/", |
41 | | - "coldbox": "coldbox/", |
42 | | - "cbdebugger": "modules/cbdebugger/", |
43 | | - "route-visualizer": "modules/route-visualizer/" |
44 | | - }, |
45 | | - "ignores": [], |
46 | | - "scripts": { |
47 | | - "release": "recipe build/release.boxr", |
48 | | - "build:allDocs": "task run taskFile=build/BuildDocs.cfc :version=`package show version`", |
49 | | - "build:apidocs": "task run taskFile=build/BuildDocs.cfc target=apiDocs :version=`package show version`", |
50 | | - "build:swagger": "task run taskFile=build/BuildDocs.cfc target=swagger :version=`package show version`", |
51 | | - "dbseed:mysql": "task run contentbox/modules/seeders/MSSQL.cfc", |
52 | | - "dbseed:mssal": "task run contentbox/modules/seeders/SeedMySQL.cfc", |
53 | | - "dbseed:postgres": "task run contentbox/modules/seeders/SeedPostgreSQL.cfc", |
54 | | - "format": "cfformat run config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc --overwrite", |
55 | | - "format:watch": "cfformat watch config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json", |
56 | | - "format:watch:core": "cfformat watch config/**/*.cfc,modules/contentbox/models/**/*.cfc,Application.cfc ./.cfformat.json", |
57 | | - "format:check": "cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json", |
58 | | - "contentbox:install": "install --force && cd modules/contentbox && install --force", |
59 | | - "contentbox:migrate:create": "migrate create name=${1} manager=contentbox", |
60 | | - "contentbox:migrate": "migrate up manager=contentbox", |
61 | | - "contentbox:migrate:up": "run-script contentbox:migrate", |
62 | | - "contentbox:migrate:down": "migrate down manager=contentbox", |
63 | | - "contentbox:migrate:fresh": "migrate fresh manager=contentbox" |
64 | | - }, |
65 | | - "testbox": { |
66 | | - "runner": [ |
67 | | - { |
68 | | - "default": "http://127.0.0.1:8589/tests/runner.cfm" |
69 | | - }, |
70 | | - { |
71 | | - "api": "http://127.0.0.1:8589/tests/runner-api.cfm" |
72 | | - } |
73 | | - ] |
74 | | - } |
| 2 | + "name":"ContentBox Tester Site", |
| 3 | + "version":"6.1.0", |
| 4 | + "author":"Ortus Solutions <info@ortussolutions.com>", |
| 5 | + "shortDescription":"A tester site for developing the ContentBox Modular CMS", |
| 6 | + "type":"cms", |
| 7 | + "keywords":"cms,content management,modular cms", |
| 8 | + "homepage":"https://www.contentboxcms.org", |
| 9 | + "documentation":"https://contentbox.ortusbooks.com", |
| 10 | + "repository":{ |
| 11 | + "type":"git", |
| 12 | + "url":"https://github.com/Ortus-Solutions/ContentBox" |
| 13 | + }, |
| 14 | + "bugs":"https://ortussolutions.atlassian.net/browse/CONTENTBOX", |
| 15 | + "license":[ |
| 16 | + { |
| 17 | + "type":"Apache2", |
| 18 | + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" |
| 19 | + } |
| 20 | + ], |
| 21 | + "contributors":[ |
| 22 | + "Joel Watson <existdissolve@gmail.com>", |
| 23 | + "Brad Wood <bdw429s@gmail.com>", |
| 24 | + "Curt Gratz <gratz@computerknowhow.com>" |
| 25 | + ], |
| 26 | + "dependencies":{ |
| 27 | + "coldbox":"be", |
| 28 | + "commandbox-migrations":"^5.0.0" |
| 29 | + }, |
| 30 | + "devDependencies":{ |
| 31 | + "testbox":"^5.0.0+1", |
| 32 | + "commandbox-boxlang":"*", |
| 33 | + "commandbox-cfformat":"*", |
| 34 | + "commandbox-cfconfig":"*", |
| 35 | + "commandbox-docbox":"*", |
| 36 | + "cbdebugger":"*", |
| 37 | + "route-visualizer":"*" |
| 38 | + }, |
| 39 | + "installPaths":{ |
| 40 | + "testbox":"testbox/", |
| 41 | + "coldbox":"coldbox/", |
| 42 | + "cbdebugger":"modules/cbdebugger/", |
| 43 | + "route-visualizer":"modules/route-visualizer/" |
| 44 | + }, |
| 45 | + "ignores":[], |
| 46 | + "scripts":{ |
| 47 | + "release":"recipe build/release.boxr", |
| 48 | + "build:allDocs":"task run taskFile=build/BuildDocs.cfc :version=`package show version`", |
| 49 | + "build:apidocs":"task run taskFile=build/BuildDocs.cfc target=apiDocs :version=`package show version`", |
| 50 | + "build:swagger":"task run taskFile=build/BuildDocs.cfc target=swagger :version=`package show version`", |
| 51 | + "dbseed:mysql":"task run contentbox/modules/seeders/MSSQL.cfc", |
| 52 | + "dbseed:mssal":"task run contentbox/modules/seeders/SeedMySQL.cfc", |
| 53 | + "dbseed:postgres":"task run contentbox/modules/seeders/SeedPostgreSQL.cfc", |
| 54 | + "format":"cfformat run config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc --overwrite", |
| 55 | + "format:watch":"cfformat watch config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json", |
| 56 | + "format:watch:core":"cfformat watch config/**/*.cfc,modules/contentbox/models/**/*.cfc,Application.cfc ./.cfformat.json", |
| 57 | + "format:check":"cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json", |
| 58 | + "contentbox:install":"install --force && cd modules/contentbox && install --force", |
| 59 | + "contentbox:migrate:create":"migrate create name=${1} manager=contentbox", |
| 60 | + "contentbox:migrate":"migrate up manager=contentbox", |
| 61 | + "contentbox:migrate:up":"run-script contentbox:migrate", |
| 62 | + "contentbox:migrate:down":"migrate down manager=contentbox", |
| 63 | + "contentbox:migrate:fresh":"migrate fresh manager=contentbox" |
| 64 | + }, |
| 65 | + "testbox":{ |
| 66 | + "runner":[ |
| 67 | + { |
| 68 | + "default":"http://127.0.0.1:8589/tests/runner.cfm" |
| 69 | + }, |
| 70 | + { |
| 71 | + "api":"http://127.0.0.1:8589/tests/runner-api.cfm" |
| 72 | + } |
| 73 | + ] |
| 74 | + } |
75 | 75 | } |
0 commit comments