-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
46 lines (46 loc) · 1.42 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
{
"name": "BoxLang MiniServer Runtime",
"shortDescription": "The BoxLang MiniServer Runtime",
"slug": "boxlang-miniserver",
"version": "@build.version@[email protected]@",
"location": "https://downloads.ortussolutions.com/ortussolutions/boxlang-runtimes/boxlang-miniserver/@build.version@/[email protected]@.zip",
"author": "Ortus Solutions",
"homepage": "https://github.com/ortus-boxlang/boxlang-miniserver",
"documentation": "https://github.com/ortus-boxlang/boxlang-miniserver",
"repository": {
"type": "git",
"URL": "https://github.com/ortus-boxlang/boxlang-miniserver"
},
"bugs": "https://github.com/ortus-boxlang/boxlang-miniserver/issues",
"type": "boxlang-runtimes",
"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": "*",
"testbox": "*"
},
"ignore": [
"**/.*",
"settings.gradle",
"gradlew.bat",
"gradlew",
"build.gradle",
"/src/**",
"gradle/**"
],
"scripts": {
"setupTemplate": "task run taskFile=src/build/SetupTemplate.cfc",
"onRelease": "publish"
}
}