-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbox.json
More file actions
49 lines (49 loc) · 2 KB
/
Copy pathbox.json
File metadata and controls
49 lines (49 loc) · 2 KB
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":"RuleBox: A ColdBox Rules Engine",
"version":"2.0.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/rulebox/@build.version@/rulebox-@build.version@.zip",
"author":"Ortus Solutions <info@ortussolutions.com",
"homepage":"https://github.com/coldbox-modules/rulebox",
"documentation":"https://github.com/coldbox-modules/rulebox/wiki",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/rulebox"
},
"bugs":"https://github.com/coldbox-modules/rulebox/issues",
"shortDescription":"A Simple & Intuitive Natural Language Rules Engine for ColdBox BoxLang Applications",
"slug":"rulebox",
"type":"modules",
"keywords":"rules engine, rule engine, rules, rulebook",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{},
"devDependencies" :{
"commandbox-boxlang":"*",
"commandbox-docbox":"*"
},
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"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",
"format:check": "boxlang format --source models/,test-harness/tests/,ModuleConfig.bx --check",
"format": "boxlang format --source models/,test-harness/tests/,ModuleConfig.bx",
"release":"recipe build/release.boxr",
"start" : "server start serverConfigFile=server-boxlang@1.json",
"stop" : "server stop serverConfigFile=server-boxlang@1.json",
"logs" : "server log serverConfigFile=server-boxlang@1.json",
"forget" : "server forget serverConfigFile=server-boxlang@1.json"
},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
}
}