-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
66 lines (66 loc) · 1.89 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":"Nap Time",
"version":"1.0.2",
"author":"Angry Sam Productions, Inc.",
"location":"ForgeboxStorage",
"homepage":"https://github.com/homestar9/nap-time",
"documentation":"https://github.com/homestar9/nap-time",
"repository":{
"type":"git",
"URL":"https://github.com/homestar9/nap-time"
},
"bugs":"https://github.com/homestar9/nap-time/issues",
"slug":"nap-time",
"shortDescription":"The laziest app you've ever used. Guaranteed, or your money back.",
"description":"A CFML app that sleeps for a specified amount of time and then returns a generic response. Useful for testing timeout handling in your other apps.",
"instructions":"https://github.com/homestar9/nap-time/README.md",
"changelog":"https://github.com/homestar9/nap-time/changelog.md",
"type":"modules",
"keywords":[],
"private":false,
"projectURL":"https://github.com/homestar9/nap-time",
"license":[
{
"type":"MIT",
"URL":"https://github.com/homestar9/nap-time/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/nap-time/README.md"
}