-
Notifications
You must be signed in to change notification settings - Fork 5
/
box.json
51 lines (51 loc) · 1.33 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
{
"name":"oauth2.cfc",
"version":"0.1.0",
"author":"Joshua F. Rountree <joshua@livinghype.com>",
"location":"joshuairl/oauth2.cfc",
"createPackageDirectory":true,
"homepage":"https://www.livinghype.com/",
"documentation":"https://github.com/joshuairl/oauth2.cfc",
"type":"modules",
"repository":{
"type":"git",
"URL":"https://github.com/joshuairl/oauth2.cfc.git"
},
"bugs":"https://github.com/joshuairl/oauth2.cfc/issues",
"slug":"oauth2",
"shortDescription":"An oAuth2 Consumer Component for CF",
"description":"An oAuth2 Consumer Component for CF",
"keywords":[
"oAuth2",
"client",
"oAuth",
"consumer",
"tool",
"component",
"cfc",
"module",
"social-login",
"social",
"connect",
"authentication",
"authorization"
],
"private":false,
"projectURL":"https://github.com/joshuairl/oauth2.cfc",
"license":[
{
"type":"MIT",
"URL":"https://choosealicense.com/licenses/mit/"
}
],
"contributors":[
"Joshua F. Rountree <joshua@livinghype.com",
"MCORN <https://github.com/MCORN>",
"Joseph Dykstra <https://github.com/ArtskydJ>"
],
"ignore":[
"**/.*",
"test",
"tests"
]
}