-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
50 lines (50 loc) · 1.38 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":"cfPlaid",
"version":"1.1.0",
"author":"Michael Born",
"homepage":"https://github.com/michaelborn/cfPlaid",
"documentation":"https://github.com/michaelborn/cfPlaid",
"repository":{
"type":"git",
"url":"https://github.com/michaelborn/cfPlaid/"
},
"bugs":"https://github.com/michaelborn/cfPlaid/issues",
"shortDescription":"Plaid API wrapper for CFML",
"slug":"cfPlaid",
"type":"modules",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{
"hyper":"^3.0.0"
},
"ignore":[
"**/.*",
"tests"
],
"scripts":{
"format":"cfformat run models,test-harness/tests/,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check models,test-harness/tests/,ModuleConfig.cfc"
},
"installPaths":{
"hyper":"modules/hyper/",
"testbox":"test-harness/testbox/",
"coldbox":"test-harness/coldbox/"
},
"devDependencies":{
"testbox":"^4.4.0-snapshot",
"coldbox":"be"
},
"testbox":{
"runner":[
{
"default":"http://localhost:9999/tests/runner.cfm"
}
]
}
}