-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
60 lines (60 loc) · 1.81 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
57
58
59
60
{
"name":"cbi18n JSON ResourceService",
"version":"1.0.0",
"author":"Wil de Bruin <[email protected]>",
"location":"https://github.com/wpdebruin/cbi18n-json-resources/archive/main.zip",
"homepage":"https://github.com/wpdebruin/cbi18n-json-resources",
"documentation":"https://github.com/wpdebruin/cbi18n-json-resources",
"repository":{
"type":"git",
"URL":"https://github.com/wpdebruin/cbi18n-json-resources"
},
"bugs":"https://github.com/wpdebruin/cbi18n-json-resources/issues",
"slug":"cbi18n-json-resources",
"shortDescription":"JSON language resources for cbi18n",
"description":"This module is a replacement for the ResourceService in cbi18n (which only accepts java resource file). The module can read JSON resources, nested and simple, and can read hierarchial resources including a default resource",
"instructions":"https://github.com/wpdebruin/cbi18n-json-resources/blob/main/README.md",
"changelog":"",
"type":"modules",
"keywords":"cbi18n json language internationalization",
"private":false,
"projectURL":"",
"license":[
{
"type":"",
"URL":""
}
],
"contributors":[],
"dependencies":{
"cbi18n":"*"
},
"devDependencies":{},
"installPaths":{},
"scripts":{},
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"testbox":{
"bundles":"",
"directory":"tests.specs",
"excludes":"",
"labels":"",
"options":{},
"recurse":true,
"reporter":"",
"runner":[
{
"default":""
}
],
"testBundles":"",
"testSpecs":"",
"testSuites":"",
"verbose":true,
"watchDelay":500,
"watchPaths":"**.cfc"
}
}