forked from coldbox-modules/cbmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
37 lines (37 loc) · 1.24 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
{
"name":"ColdBox Markdown",
"version":"3.5.0",
"location":"http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmarkdown/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions.com <[email protected]>",
"slug":"cbmarkdown",
"type":"modules",
"homepage":"https://github.com/coldbox-modules/cbmarkdown",
"documentation":"https://github.com/coldbox-modules/cbmarkdown",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/cbmarkdown"
},
"shortDescription":"ColdBox Module that provides markdown processing",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{
"cbjavaloader":"^2.0.0",
"cbemoji":"^1.0.1"
},
"ignore":[
"**/.*",
"tests",
"*/.md"
],
"scripts":{
"release":"recipe build/release.boxr",
"format":"cfformat run models/,test-harness/tests/,*.cfc --overwrite",
"format:watch":"cfformat watch models/,test-harness/tests/,*.cfc ./.cfformat.json",
"format:check":"cfformat check models/,test-harness/tests/,*.cfc"
}
}