forked from atuttle/Taffy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
56 lines (56 loc) · 1.45 KB
/
box.json
File metadata and controls
56 lines (56 loc) · 1.45 KB
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
{
"name": "Taffy",
"shortDescription": "REST Web Service framework for ColdFusion and Lucee",
"slug": "taffy",
"author": "Adam Tuttle",
"version": "3.2.0",
"homepage": "http://taffy.io/",
"documentation": "http://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/master/LICENSE.TXT"
}
],
"devDependencies": {
"testbox": "^2.5.0+107",
"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"
]
}