-
Notifications
You must be signed in to change notification settings - Fork 141
/
box.json
66 lines (65 loc) · 2.01 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":"Framework One",
"slug":"fw1",
"version":"4.3.0",
"author":"Sean Corfield, Marcin Szczepanski, Ryan Cogswell",
"location":"framework-one/fw1#develop",
"createPackageDirectory":true,
"packageDirectory":"framework",
"Homepage":"http://framework-one.github.io/",
"Documentation":"http://framework-one.github.io/documentation/",
"Repository":{
"type":"git",
"URL":"https://github.com/framework-one/fw1.git"
},
"Bugs":"https://github.com/framework-one/fw1/issues",
"shortDescription":"FW/1 - Framework One - is a family of small, lightweight, convention-over-configuration frameworks, primarily for CFML.",
"description":"FW/1 - Framework One - is a family of small, lightweight, convention-over-configuration frameworks, primarily for CFML. FW/1 itself provides MVC, DI/1 provides dependency injection (a.k.a. inversion of control), and AOP/1 provides aspect-oriented programming features on top of DI/1.",
"instructions":"http://framework-one.github.io/documentation/",
"changelog":"https://github.com/framework-one/fw1/commits/develop",
"type":"mvc",
"keywords":[
"fw1",
"framework one",
"mvc",
"conventions"
],
"private":"false",
"engines":[
{
"type":"railo",
"version":">=4.1.x"
},
{
"type":"lucee",
"version":">=4.5.x"
},
{
"type":"adobe",
"version":">=10.0.x"
}
],
"License":[
{
"type":"Apache 2.0",
"URL":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"Contributors":[
{
"name":"Contributors List",
"url":"https://github.com/framework-one/fw1/graphs/contributors"
}
],
"ignore":[
],
"devDependencies":{
"testbox":"2.5.0+107"
},
"installPaths":{
"testbox":"testbox"
},
"testbox":{
"runner":"http://localhost:8500/tests/runner.cfm"
}
}