-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbox.json
33 lines (33 loc) · 1.09 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
{
"name":"RuleBox: A ColdBox Rules Engine",
"version":"1.1.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 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":{},
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"toMaster":"recipe build/toMaster.boxr"
}
}