|
1 | 1 | { |
2 | | - "name":"cbsso", |
3 | | - "version":"1.0.0", |
4 | | - "location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/cbsso-@build.version@.zip", |
5 | | - "author":"Ortus Solutions <info@ortussolutions.com>", |
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.1", |
| 4 | + "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/cbsso-@build.version@.zip", |
| 5 | + "author": "Ortus Solutions <info@ortussolutions.com>", |
| 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", |
27 | | - "cbjavaloader":"^2.1.1+8" |
| 23 | + "contributors": [ ], |
| 24 | + "dependencies": { |
| 25 | + "hyper": "^7.2.1", |
| 26 | + "jwt-cfml": "^1.2.0", |
| 27 | + "cbjavaloader": "^2.1.1+8" |
28 | 28 | }, |
29 | | - "devDependencies":{ |
30 | | - "commandbox-cfformat":"*", |
31 | | - "commandbox-docbox":"*", |
32 | | - "commandbox-dotenv":"*", |
33 | | - "commandbox-cfconfig":"*" |
| 29 | + "devDependencies": { |
| 30 | + "commandbox-cfformat": "*", |
| 31 | + "commandbox-docbox": "*", |
| 32 | + "commandbox-dotenv": "*", |
| 33 | + "commandbox-cfconfig": "*" |
34 | 34 | }, |
35 | | - "ignore":[ |
| 35 | + "ignore": [ |
36 | 36 | "**/.*", |
37 | 37 | "test-harness", |
38 | 38 | "/server*.json" |
39 | 39 | ], |
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 serverConfigFile=server-lucee@5.json", |
50 | | - "start:2018":"server start serverConfigFile=server-adobe@2018.json", |
51 | | - "start:2021":"server start serverConfigFile=server-adobe@2021.json", |
52 | | - "stop:lucee":"server stop serverConfigFile=server-lucee@5.json", |
53 | | - "stop:2018":"server stop serverConfigFile=server-adobe@2018.json", |
54 | | - "stop:2021":"server stop serverConfigFile=server-adobe@2021.json", |
55 | | - "logs:lucee":"server log serverConfigFile=server-lucee@5.json --follow", |
56 | | - "logs:2018":"server log serverConfigFile=server-adobe@2018.json --follow", |
57 | | - "logs:2021":"server log serverConfigFile=server-adobe@2021.json --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 serverConfigFile=server-lucee@5.json", |
| 50 | + "start:2018": "server start serverConfigFile=server-adobe@2018.json", |
| 51 | + "start:2021": "server start serverConfigFile=server-adobe@2021.json", |
| 52 | + "stop:lucee": "server stop serverConfigFile=server-lucee@5.json", |
| 53 | + "stop:2018": "server stop serverConfigFile=server-adobe@2018.json", |
| 54 | + "stop:2021": "server stop serverConfigFile=server-adobe@2021.json", |
| 55 | + "logs:lucee": "server log serverConfigFile=server-lucee@5.json --follow", |
| 56 | + "logs:2018": "server log serverConfigFile=server-adobe@2018.json --follow", |
| 57 | + "logs:2021": "server log serverConfigFile=server-adobe@2021.json --follow" |
58 | 58 | }, |
59 | | - "testbox":{ |
60 | | - "runner":"http://localhost:60299/tests/runner.cfm" |
| 59 | + "testbox": { |
| 60 | + "runner": "http://localhost:60299/tests/runner.cfm" |
61 | 61 | }, |
62 | | - "installPaths":{ |
63 | | - "hyper":"modules/hyper/", |
64 | | - "jwt-cfml":"modules/jwtcfml/", |
65 | | - "cbjavaloader":"modules/cbjavaloader/" |
| 62 | + "installPaths": { |
| 63 | + "hyper": "modules/hyper/", |
| 64 | + "jwt-cfml": "modules/jwtcfml/", |
| 65 | + "cbjavaloader": "modules/cbjavaloader/" |
66 | 66 | } |
67 | 67 | } |
0 commit comments