forked from framework-one/fw1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
32 lines (32 loc) · 1.69 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
{
"name" : "Framework One",
"slug" : "fw1",
"version" : "3.5.0",
"author" : "Sean Corfield, Marcin Szczepanski, Ryan Cogswell",
"location" : "https://github.com/framework-one/fw1/archive/v3.5.0.zip",
"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/master",
"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" : ">=9.0.2" }
],
"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" : [ ]
}