-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
50 lines (50 loc) · 1.41 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
50
{
"name": "BoxLang ORM",
"version": "@build.version@[email protected]@",
"location": "https://downloads.ortussolutions.com/ortussolutions/boxlang-modules/bx-orm/@build.version@/[email protected]@.zip",
"author": "Ortus Solutions",
"homepage": "https://github.com/boxlang-modules/bx-orm",
"documentation": "https://github.com/boxlang-modules/bx-orm",
"repository": {
"type": "git",
"URL": "https://github.com/boxlang-modules/bx-orm"
},
"bugs": "https://github.com/boxlang-modules/bx-orm/issues",
"slug": "bx-orm",
"shortDescription": "ORM for BoxLang",
"type": "boxlang-modules",
"keywords": [
"boxlang"
],
"boxlang" : {
"minimumVersion" : "1.0.0",
"moduleName" : "orm"
},
"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"
}
}