forked from atuttle/Taffy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
27 lines (27 loc) · 847 Bytes
/
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
{
"name":"Taffy",
"shortDescription":"REST Web Service framework for ColdFusion and Lucee",
"slug":"Taffy",
"author":"Adam Tuttle",
"location":"https://github.com/atuttle/taffy",
"Homepage":"http://taffy.io/",
"Documentation":"http://docs.taffy.io/",
"type":"mvc",
"Repository":{
"type":"git",
"URL":"https://github.com/atuttle/taffy.git"
},
"devDependencies":{
"testbox":"^2.5.0+107",
"commandbox-cfconfig":"be",
"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"
}
}