Skip to content

Commit

Permalink
add box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed May 6, 2024
1 parent 27a0df3 commit a1579af
Showing 1 changed file with 43 additions and 41 deletions.
84 changes: 43 additions & 41 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
{
"name":"BoxLang MariaDB",
"version":"@build.version@[email protected]@",
"location" : "https://downloads.ortussolutions.com/ortussolutions/boxlang-modules/bx-mariadb/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions",
"homepage":"https://github.com/boxlang-modules/bx-mariadb",
"documentation":"https://github.com/boxlang-modules/bx-mariadb",
"repository":{
"type":"git",
"URL":"https://github.com/boxlang-modules/bx-mariadb"
},
"bugs":"https://github.com/boxlang-modules/bx-mariadb/issues",
"slug":"bx-mariadb",
"shortDescription":"Module template for BoxLang modules",
"type":"boxlang-modules",
"keywords":[
"boxlang"
],
"private":false,
"license":[
{
"type":"Apache-2.0",
"URL":"https://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies" :{
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"name": "BoxLang MariaDB",
"version": "@build.version@[email protected]@",
"location": "https://downloads.ortussolutions.com/ortussolutions/boxlang-modules/bx-mariadb/@build.version@/[email protected]@.zip",
"author": "Ortus Solutions",
"homepage": "https://github.com/boxlang-modules/bx-mariadb",
"documentation": "https://github.com/boxlang-modules/bx-mariadb",
"repository": {
"type": "git",
"URL": "https://github.com/boxlang-modules/bx-mariadb"
},
"bugs": "https://github.com/boxlang-modules/bx-mariadb/issues",
"slug": "bx-mariadb",
"shortDescription": "Module template for BoxLang modules",
"type": "boxlang-modules",
"keywords": ["boxlang"],
"boxlang": {
"minimumVersion": "1.0.0",
"moduleName": "mariadb"
},
"private": false,
"license": [
{
"type": "Apache-2.0",
"URL": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"commandbox-cfformat": "*",
"commandbox-docbox": "*",
"commandbox-dotenv": "*",
"commandbox-cfconfig": "*",
"testbox": "*"
},
"ignore": [
"**/.*",
"settings.gradle",
"gradlew.bat",
"gradlew",
"build.gradle",
"/src/**",
"gradle/**"
],
"scripts":{
"ignore": [
"**/.*",
"settings.gradle",
"gradlew.bat",
"gradlew",
"build.gradle",
"/src/**",
"gradle/**"
],
"scripts": {
"setupTemplate": "task run taskFile=src/build/SetupTemplate.cfc",
"onRelease":"publish"
}
"onRelease": "publish"
}
}

0 comments on commit a1579af

Please sign in to comment.