-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
52 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 |
---|---|---|
@@ -1,67 +1,67 @@ | ||
{ | ||
"name":"cbsso", | ||
"version":"1.0.0", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/[email protected]@.zip", | ||
"author":"Ortus Solutions <[email protected]>", | ||
"homepage":"https://github.com/coldbox-modules/cbsso", | ||
"documentation":"https://github.com/coldbox-modules/cbsso", | ||
"repository":{ | ||
"type":"git", | ||
"url":"https://github.com/coldbox-modules/cbsso" | ||
"name": "cbsso", | ||
"version": "1.0.1", | ||
"location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/[email protected]@.zip", | ||
"author": "Ortus Solutions <[email protected]>", | ||
"homepage": "https://github.com/coldbox-modules/cbsso", | ||
"documentation": "https://github.com/coldbox-modules/cbsso", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/coldbox-modules/cbsso" | ||
}, | ||
"bugs":"https://github.com/coldbox-modules/cbsso", | ||
"shortDescription":"Description goes here", | ||
"slug":"cbsso", | ||
"type":"modules", | ||
"keywords":"", | ||
"license":[ | ||
"bugs": "https://github.com/coldbox-modules/cbsso", | ||
"shortDescription": "Description goes here", | ||
"slug": "cbsso", | ||
"type": "modules", | ||
"keywords": "", | ||
"license": [ | ||
{ | ||
"type":"Apache2", | ||
"url":"http://www.apache.org/licenses/LICENSE-2.0.html" | ||
"type": "Apache2", | ||
"url": "http://www.apache.org/licenses/LICENSE-2.0.html" | ||
} | ||
], | ||
"contributors":[], | ||
"dependencies":{ | ||
"hyper":"^7.2.1", | ||
"jwt-cfml":"^1.2.0", | ||
"cbjavaloader":"^2.1.1+8" | ||
"contributors": [ ], | ||
"dependencies": { | ||
"hyper": "^7.2.1", | ||
"jwt-cfml": "^1.2.0", | ||
"cbjavaloader": "^2.1.1+8" | ||
}, | ||
"devDependencies":{ | ||
"commandbox-cfformat":"*", | ||
"commandbox-docbox":"*", | ||
"commandbox-dotenv":"*", | ||
"commandbox-cfconfig":"*" | ||
"devDependencies": { | ||
"commandbox-cfformat": "*", | ||
"commandbox-docbox": "*", | ||
"commandbox-dotenv": "*", | ||
"commandbox-cfconfig": "*" | ||
}, | ||
"ignore":[ | ||
"ignore": [ | ||
"**/.*", | ||
"test-harness", | ||
"/server*.json" | ||
], | ||
"scripts":{ | ||
"setupTemplate":"task run taskFile=build/SetupTemplate.cfc", | ||
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", | ||
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", | ||
"install:dependencies":"install && cd test-harness && install", | ||
"release":"recipe build/release.boxr", | ||
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite", | ||
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", | ||
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", | ||
"start:lucee":"server start [email protected]", | ||
"start:2018":"server start [email protected]", | ||
"start:2021":"server start [email protected]", | ||
"stop:lucee":"server stop [email protected]", | ||
"stop:2018":"server stop [email protected]", | ||
"stop:2021":"server stop [email protected]", | ||
"logs:lucee":"server log [email protected] --follow", | ||
"logs:2018":"server log [email protected] --follow", | ||
"logs:2021":"server log [email protected] --follow" | ||
"scripts": { | ||
"setupTemplate": "task run taskFile=build/SetupTemplate.cfc", | ||
"build:module": "task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", | ||
"build:docs": "task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", | ||
"install:dependencies": "install && cd test-harness && install", | ||
"release": "recipe build/release.boxr", | ||
"format": "cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite", | ||
"format:watch": "cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", | ||
"format:check": "cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json", | ||
"start:lucee": "server start [email protected]", | ||
"start:2018": "server start [email protected]", | ||
"start:2021": "server start [email protected]", | ||
"stop:lucee": "server stop [email protected]", | ||
"stop:2018": "server stop [email protected]", | ||
"stop:2021": "server stop [email protected]", | ||
"logs:lucee": "server log [email protected] --follow", | ||
"logs:2018": "server log [email protected] --follow", | ||
"logs:2021": "server log [email protected] --follow" | ||
}, | ||
"testbox":{ | ||
"runner":"http://localhost:60299/tests/runner.cfm" | ||
"testbox": { | ||
"runner": "http://localhost:60299/tests/runner.cfm" | ||
}, | ||
"installPaths":{ | ||
"hyper":"modules/hyper/", | ||
"jwt-cfml":"modules/jwtcfml/", | ||
"cbjavaloader":"modules/cbjavaloader/" | ||
"installPaths": { | ||
"hyper": "modules/hyper/", | ||
"jwt-cfml": "modules/jwtcfml/", | ||
"cbjavaloader": "modules/cbjavaloader/" | ||
} | ||
} |