-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
56 lines (56 loc) · 1.5 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
51
52
53
54
55
56
{
"name":"Mollie CFML",
"version":"0.5.6",
"author":"Blackbuck Software GmbH",
"location":"blackbucksoftware/mollie-cfml#v0.5.5",
"homepage":"https://github.com/blackbucksoftware/mollie-cfml",
"documentation":"",
"repository":{
"type":"git",
"URL":"https://github.com/blackbucksoftware/mollie-cfml"
},
"bugs":"https://github.com/blackbucksoftware/mollie-cfml/issues",
"slug":"molliecfml",
"shortDescription":"Mollie CFML is a CFML library for interacting with the Mollie API.",
"description":"",
"instructions":"",
"changelog":"",
"type":"modules",
"keywords":[
"mollie",
"api"
],
"private":false,
"projectURL":"",
"license":[
{
"type":"MIT",
"URL":"https://github.com/blackbucksoftware/mollie-cfml/blob/main/LICENSE"
}
],
"contributors":[
"faxi05",
"maximaria"
],
"dependencies":{},
"devDependencies":{
"testbox":"^4.5.0+5",
"coldbox":"^6.1.0+1309"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/"
},
"scripts":{
"format":"cfformat run tests/specs/**/*.cfc,ModuleConfig.cfc,mollie.cfc --overwrite",
"format:check":"cfformat check tests/specs/**/*.cfc,ModuleConfig.cfc,mollie.cfc"
},
"ignore":[
"**/.*",
"tests"
],
"testbox":{
"runner":"http://127.0.0.1:45000/tests/runner.cfm",
"tests_root":""
}
}