-
Notifications
You must be signed in to change notification settings - Fork 118
/
box.json
64 lines (64 loc) · 1.58 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
{
"name":"Taffy",
"shortDescription":"REST Web Service framework for ColdFusion and Lucee",
"slug":"taffy",
"author":"Adam Tuttle",
"version":"3.3.0",
"homepage":"https://taffy.io/",
"documentation":"https://docs.taffy.io/",
"type":"mvc",
"repository":{
"type":"git",
"url":"https://github.com/atuttle/Taffy.git"
},
"bugs":"https://github.com/atuttle/Taffy/issues",
"license":[
{
"type":"MIT",
"url":"https://raw.githubusercontent.com/atuttle/Taffy/main/LICENSE.TXT"
}
],
"devDependencies":{
"testbox":"^4.2.1+400",
"commandbox-cfconfig":"^1.0.2",
"di1":"git+https://github.com/framework-one/di1.git",
"hoth":"git+https://github.com/aarongreenlee/Hoth.git",
"BugLogHQ":"git+https://github.com/oarevalo/BugLogHQ.git"
},
"installPaths":{
"testbox":"tests/testbox/",
"di1":"tests/di1/",
"Hoth":"tests/Hoth/",
"BugLogHQ":"tests/BugLogHQ/"
},
"engines":[
{
"type":"lucee",
"version":">=4.5.x"
},
{
"type":"adobe",
"version":">=8.0.0"
}
],
"ignore":[
"examples/",
"lib/",
"snippets/",
"tests/",
".cfconfig.json",
".gitignore",
".travis.yml",
"CONTRIBUTING.md",
"build.xml",
"server.json"
],
"testbox": {
"runner": [
{
"default": "http://localhost/runner.cfm"
}
],
"directory": "tests.specs"
}
}