|
1 | 1 | {
|
2 |
| - "name": "cbsso", |
3 |
| - "version": "1.0.0", |
4 |
| - "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/[email protected]@.zip", |
5 |
| - "author": "Ortus Solutions <[email protected]>", |
6 |
| - "homepage": "https://github.com/coldbox-modules/cbsso", |
7 |
| - "documentation": "https://github.com/coldbox-modules/cbsso", |
8 |
| - "repository": { |
9 |
| - "type": "git", |
10 |
| - "url": "https://github.com/coldbox-modules/cbsso" |
| 2 | + "name":"cbsso", |
| 3 | + "version":"1.0.0", |
| 4 | + "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/[email protected]@.zip", |
| 5 | + "author": "Ortus Solutions <[email protected]>", |
| 6 | + "homepage":"https://github.com/coldbox-modules/cbsso", |
| 7 | + "documentation":"https://github.com/coldbox-modules/cbsso", |
| 8 | + "repository":{ |
| 9 | + "type":"git", |
| 10 | + "url":"https://github.com/coldbox-modules/cbsso" |
11 | 11 | },
|
12 |
| - "bugs": "https://github.com/coldbox-modules/cbsso", |
13 |
| - "shortDescription": "Description goes here", |
14 |
| - "slug": "cbsso", |
15 |
| - "type": "modules", |
16 |
| - "keywords": "", |
17 |
| - "license": [ |
| 12 | + "bugs":"https://github.com/coldbox-modules/cbsso", |
| 13 | + "shortDescription":"Description goes here", |
| 14 | + "slug":"cbsso", |
| 15 | + "type":"modules", |
| 16 | + "keywords":"", |
| 17 | + "license":[ |
18 | 18 | {
|
19 |
| - "type": "Apache2", |
20 |
| - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" |
| 19 | + "type":"Apache2", |
| 20 | + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" |
21 | 21 | }
|
22 | 22 | ],
|
23 |
| - "contributors": [ ], |
24 |
| - "dependencies": { |
25 |
| - "hyper": "^7.2.1", |
26 |
| - "jwt-cfml": "^1.2.0" |
| 23 | + "contributors":[], |
| 24 | + "dependencies":{ |
| 25 | + "hyper":"^7.2.1", |
| 26 | + "jwt-cfml":"^1.2.0", |
| 27 | + "cbjavaloader":"^2.1.1+8" |
27 | 28 | },
|
28 |
| - "devDependencies": { |
29 |
| - "commandbox-cfformat": "*", |
30 |
| - "commandbox-docbox": "*", |
31 |
| - "commandbox-dotenv": "*", |
32 |
| - "commandbox-cfconfig": "*" |
| 29 | + "devDependencies":{ |
| 30 | + "commandbox-cfformat":"*", |
| 31 | + "commandbox-docbox":"*", |
| 32 | + "commandbox-dotenv":"*", |
| 33 | + "commandbox-cfconfig":"*" |
33 | 34 | },
|
34 |
| - "ignore": [ |
| 35 | + "ignore":[ |
35 | 36 | "**/.*",
|
36 | 37 | "test-harness",
|
37 | 38 | "/server*.json"
|
38 | 39 | ],
|
39 |
| - "scripts": { |
40 |
| - "setupTemplate": "task run taskFile=build/SetupTemplate.cfc", |
41 |
| - "build:module": "task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", |
42 |
| - "build:docs": "task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
43 |
| - "install:dependencies": "install && cd test-harness && install", |
44 |
| - "release": "recipe build/release.boxr", |
45 |
| - "format": "cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite", |
46 |
| - "format:watch": "cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", |
47 |
| - "format:check": "cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", |
48 |
| - "start:lucee": "server start [email protected]", |
49 |
| - "start:2018": "server start [email protected]", |
50 |
| - "start:2021": "server start [email protected]", |
51 |
| - "stop:lucee": "server stop [email protected]", |
52 |
| - "stop:2018": "server stop [email protected]", |
53 |
| - "stop:2021": "server stop [email protected]", |
54 |
| - "logs:lucee": "server log [email protected] --follow", |
55 |
| - "logs:2018": "server log [email protected] --follow", |
56 |
| - "logs:2021": "server log [email protected] --follow" |
| 40 | + "scripts":{ |
| 41 | + "setupTemplate":"task run taskFile=build/SetupTemplate.cfc", |
| 42 | + "build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", |
| 43 | + "build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
| 44 | + "install:dependencies":"install && cd test-harness && install", |
| 45 | + "release":"recipe build/release.boxr", |
| 46 | + "format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite", |
| 47 | + "format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", |
| 48 | + "format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", |
| 49 | + "start:lucee": "server start [email protected]", |
| 50 | + "start:2018": "server start [email protected]", |
| 51 | + "start:2021": "server start [email protected]", |
| 52 | + "stop:lucee": "server stop [email protected]", |
| 53 | + "stop:2018": "server stop [email protected]", |
| 54 | + "stop:2021": "server stop [email protected]", |
| 55 | + "logs:lucee": "server log [email protected] --follow", |
| 56 | + "logs:2018": "server log [email protected] --follow", |
| 57 | + "logs:2021": "server log [email protected] --follow" |
57 | 58 | },
|
58 |
| - "testbox": { |
59 |
| - "runner": "http://localhost:60299/tests/runner.cfm" |
| 59 | + "testbox":{ |
| 60 | + "runner":"http://localhost:60299/tests/runner.cfm" |
60 | 61 | },
|
61 |
| - "installPaths": { |
62 |
| - "hyper": "modules/hyper/", |
63 |
| - "jwt-cfml": "modules/jwtcfml/" |
| 62 | + "installPaths":{ |
| 63 | + "hyper":"modules/hyper/", |
| 64 | + "jwt-cfml":"modules/jwtcfml/", |
| 65 | + "cbjavaloader":"modules/cbjavaloader/" |
64 | 66 | }
|
65 | 67 | }
|
0 commit comments