-
Notifications
You must be signed in to change notification settings - Fork 2
/
box.json
65 lines (65 loc) · 1.7 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
{
"name":"OAuth2 Server",
"slug":"oauth2-server",
"version":"2.1.0",
"author":"Matt Gifford (https://www.monkehworks.com)",
"location":"coldfumonkeh/oauth2server#v2.1.0",
"directory":"",
"createPackageDirectory":"true",
"homepage":"https://github.com/coldfumonkeh/oauth2server",
"documentation":"https://github.com/coldfumonkeh/oauth2server",
"type":"projects",
"repository":{
"type":"git",
"URL":"https://github.com/coldfumonkeh/oauth2server.git"
},
"bugs":"https://github.com/coldfumonkeh/oauth2server/issues",
"shortDescription":"A ColdFusion component to manage generating access tokens, refresh token and authorization codes",
"keywords":[
"oauth2",
"tokens",
"api"
],
"scripts":{
"postVersion":"package set location='coldfumonkeh/oauth2server#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"private":"false",
"ignore":[
"**/.*",
"test",
"tests"
],
"testbox":{
"runner":"http://127.0.0.1:50749/tests/runner.cfm",
"labels":[],
"reporter":"",
"reporterResults":"",
"bundles":[
""
],
"directory":{
"mapping":"",
"recurse":true
},
"watchers":[],
"notify":{
"emails":[],
"growl":"",
"URL":""
}
},
"dependencies":{
"cf-jwt":"^1.0.0",
"pkce":"^1.0.0"
},
"devDependencies":{
"testbox":"^4.5.0+5"
},
"installPaths":{
"testbox":"testbox/",
"cf-jwt":"utils/deps/jwt/",
"pkce":"utils/deps/pkce/"
}
}