-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
38 lines (38 loc) · 1.18 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
{
"name":"cbInertia",
"version":"1.5.0",
"author":"Eric Peterson",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/cbInertia",
"documentation":"https://github.com/coldbox-modules/cbInertia",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/cbInertia"
},
"bugs":"https://github.com/coldbox-modules/cbInertia/issues",
"slug":"cbInertia",
"shortDescription":"The ColdBox adapter for Inertia.js",
"description":"The ColdBox adapter for Inertia.js",
"type":"modules",
"dependencies":{
"vue-helpers":"^2.0.0"
},
"devDependencies":{
"testbox":"^5.0.0",
"coldbox":"^7.0.0"
},
"installPaths":{
"testbox":"testbox/",
"vue-helpers":"modules/vue-helpers/",
"coldbox":"tests/resources/app/coldbox/"
},
"scripts":{
"format":"cfformat run helpers/**/*.cfc,interceptors/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check":"cfformat check helpers/**/*.cfc,interceptors/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}