-
Notifications
You must be signed in to change notification settings - Fork 55
/
box.json
62 lines (62 loc) · 1.55 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
{
"name":"OAuth2 Providers",
"slug":"oauth2-providers",
"version":"2.2.0",
"author":"Matt Gifford (https://www.monkehworks.com)",
"location":"coldfumonkeh/oauth2#v2.2.0",
"directory":"",
"createPackageDirectory":"true",
"homepage":"https://github.com/coldfumonkeh/oauth2",
"documentation":"https://github.com/coldfumonkeh/oauth2",
"type":"projects",
"repository":{
"type":"git",
"URL":"https://github.com/coldfumonkeh/oauth2.git"
},
"bugs":"https://github.com/coldfumonkeh/oauth2/issues",
"shortDescription":"A ColdFusion wrapper to interact with OAuth2 provider",
"keywords":[
"oauth2",
"api"
],
"scripts":{
"postVersion":"package set location='coldfumonkeh/oauth2#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"private":"false",
"ignore":[
"**/.*",
"test",
"tests"
],
"testbox":{
"runner":"http://127.0.0.1:50750/tests/runner.cfm",
"labels":[],
"reporter":"",
"reporterResults":"",
"bundles":[
""
],
"directory":{
"mapping":"",
"recurse":true
},
"watchers":[],
"notify":{
"emails":[],
"growl":"",
"URL":""
}
},
"dependencies":{
"pkce":"^1.0.0"
},
"devDependencies":{
"testbox":"^4.5.0+5"
},
"installPaths":{
"testbox":"testbox/",
"pkce":"utils/deps/pkce/"
}
}