-
Notifications
You must be signed in to change notification settings - Fork 5
/
box.json
44 lines (44 loc) · 1.17 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
{
"name":"cors",
"version":"3.0.8",
"author":"Eric Peterson",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/cors",
"documentation":"https://github.com/coldbox-modules/cors",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/cors"
},
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/cors/LICENSE"
}
],
"bugs":"https://github.com/coldbox-modules/cors/issues",
"slug":"cors",
"shortDescription":"Add CORS headers to your app in one module",
"description":"Add CORS headers to your app in one module",
"type":"modules",
"dependencies":{},
"devDependencies":{
"coldbox":"^6.0.0",
"testbox":"^4.0.0",
"hyper":"^3.6.2"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/",
"hyper":"tests/resources/app/modules/hyper/"
},
"scripts":{},
"ignore":[
"**/.*",
"test",
"tests"
],
"testbox":{
"runner":"http://localhost:51647/tests/runner.cfm",
"verbose":false
}
}