-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbox.json
26 lines (26 loc) · 1.21 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
{
"name" : "framework-one-secure-auth",
"slug" : "fw1-sa",
"version" : "3.0.1",
"author" : "Denard Springle <[email protected]>",
"location" : "https://github.com/ddspringle/framework-one-secure-auth/archive/master.zip",
"Homepage" : "https://github.com/ddspringle/framework-one-secure-auth",
"Documentation" : "https://github.com/ddspringle/framework-one-secure-auth",
"Repository" : {
"type" : "git", "URL" : "https://github.com/ddspringle/framework-one-secure-auth.git"
},
"Bugs" : "https://github.com/ddspringle/framework-one-secure-auth/issues",
"shortDescription" : "An example fw/1 application with secure authentication and session management functions",
"changelog" : "https://github.com/ddspringle/framework-one-secure-auth/commits/master",
"type" : "projects",
"keywords" : [ "fw1", "framework one", "mvc", "authentication" ],
"engines" : [
{ "type" : "railo", "version" : ">=4.1.x" },
{ "type" : "lucee", "version" : ">=4.5.x" },
{ "type" : "adobe", "version" : ">=11.0.0" }
],
"defaultEngine" : "lucee",
"License" : [
{ "type" : "Apache 2.0", "URL" : "http://www.apache.org/licenses/LICENSE-2.0" }
]
}