-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
66 lines (66 loc) · 1.88 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
61
62
63
64
65
66
{
"name":"Remember Me",
"version":"1.0.0",
"author":"Angry Sam Productions, Inc.",
"location":"ForgeboxStorage",
"homepage":"https://github.com/homestar9/rememberMe",
"documentation":"https://github.com/homestar9/rememberMe",
"repository":{
"type":"git",
"URL":"https://github.com/homestar9/rememberMe"
},
"bugs":"https://github.com/homestar9/rememberMe/issues",
"slug":"rememberMe",
"shortDescription":"Remember users between sessions. Works great with cbAuth",
"description":"A Coldbox module to help remember users between sessions. It works great when used in conjunction with cbAuth or cbSecurity",
"instructions":"https://github.com/homestar9/rememberMe/README.md",
"changelog":"https://github.com/homestar9/rememberMe/changelog.md",
"type":"modules",
"keywords":[],
"private":false,
"projectURL":"https://github.com/homestar9/rememberMe",
"license":[
{
"type":"MIT",
"URL":"https://github.com/homestar9/rememberMe/blob/master/LICENSE.md"
}
],
"contributors":[],
"dependencies":{},
"devDependencies":{
"testbox":"^4.5.0+5"
},
"installPaths":{
"testbox":"testbox/"
},
"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"
},
"reinitWatchDirectory":"",
"reinitWatchDelay":500,
"reinitWatchPaths":"",
"readme":"https://github.com/homestar9/rememberMe/README.md"
}