forked from lucee/extension-hibernate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
49 lines (49 loc) · 2.12 KB
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name":"Ortus ORM Extension",
"version":"6.5.3",
"location":"https://downloads.ortussolutions.com/ortussolutions/lucee-extensions/ortus-orm/",
"type":"lucee-extensions",
"slug":"D062D72F-F8A2-46F0-8CBC91325B2F067B",
"shortDescription":"Lucee extension providing a Hibernate ORM wrapper for CFML",
"description":"The Ortus ORM extension is a Lucee extension which integrates the popular Hibernate ORM library into the Lucee CFML server.",
"author":"Ortus Solutions",
"organization":"ortus-solutions",
"homepage":"https://github.com/ortus-solutions/extension-hibernate",
"documentation":"https://github.com/ortus-solutions/extension-hibernate/blob/master/README.md",
"bugs":"https://ortussolutions.atlassian.net/jira/software/c/projects/OOE/issues",
"thumbnail":"https://s3.amazonaws.com/downloads.ortussolutions.com/lucee/extensions/hibernate/logo.png",
"private":false,
"projectURL":"https://github.com/ortus-solutions/extension-hibernate",
"repository":{
"type":"git",
"URL":"https://github.com/ortus-solutions/extension-hibernate"
},
"keywords":[
"hibernate",
"orm",
"extension"
],
"devDependencies":{
"testbox":"*"
},
"installPaths":{
"testbox":"testbox/"
},
"scripts":{
"build":"!mvn clean package",
"deploy.lucee5":"!mvn clean package -Dmaven.javadoc.skip=true && cp target/*.lex .engine/lucee5/WEB-INF/lucee-server/deploy",
"deploy.lucee6":"!mvn clean package -Dmaven.javadoc.skip=true && cp target/*.lex .engine/lucee6/WEB-INF/lucee-server/deploy",
"format":"cfformat run path=tests/ overwrite=true settingsPath=./.cfformat.json",
"format:watch":"cfformat watch path=tests/ settingsPath=./.cfformat.json",
"format:check":"cfformat check path=tests/ settingsPath=./.cfformat.json",
"postVersion":"!./build/bump.sh ${interceptData.versionArgs.version}",
"startNextVersion":"bump --patch"
},
"testbox":{
"runner":[
{
"default":"http://localhost:49339/tests/runner.cfm"
}
]
}
}