-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
40 lines (40 loc) · 1.14 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
{
"name":"CFWheels oauth2",
"slug":"cfwheels-oauth2",
"version":"1.0",
"author":"Bill Tindal (https://github.com/malpaso)",
"location":"malpaso/cfwheels-oauth2#v1.0",
"directory":"",
"createPackageDirectory":"true",
"homepage":"https://github.com/malpaso/cfwheels-oauth2",
"documentation":"https://github.com/malpaso/cfwheels-oauth2",
"type":"projects",
"repository":{
"type":"git",
"URL":"https://github.com/malpaso/cfwheels-oauth2.git"
},
"bugs":"https://github.com/malpaso/cfwheels-oauth2/issues",
"shortDescription":"A CFWheels plugin for Matt Gifford's oauth2 CFC (https://github.com/coldfumonkeh/oauth2)",
"keywords":[
"cfwheels",
"oauth2",
"api"
],
"scripts":{
"postVersion":"package set location='malpaso/cfwheels-oauth2#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"private":"false",
"ignore":[
"**/.*",
"test",
"tests"
],
"dependencies":{
"testbox":"^2.5.0+107"
},
"installPaths":{
"testbox":"testbox/"
}
}