-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbox.json
25 lines (25 loc) · 805 Bytes
/
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
{
"name":"Socialite",
"version":"1.3.3",
"author":"Francesco Pepe",
"location":"Tropicalista/socialite#v1.3.3",
"homepage":"https://github.com/Tropicalista/socialite",
"documentation":"https://github.com/Tropicalista/socialite",
"repository":{
"type":"git",
"URL":"https://github.com/Tropicalista/socialite"
},
"bugs":"https://github.com/Tropicalista/socialite/issues",
"slug":"socialite",
"shortDescription":"An oauth2 module to perform social login",
"description":"",
"type":"modules",
"scripts":{
"postVersion":"package set location='Tropicalista/socialite#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && !git push --tags"
},
"dependencies":{
"hyper":"1.0"
}
}