1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 09:13:27 +00:00
bee/.goxc.json

14 lines
196 B
JSON
Raw Normal View History

2016-01-07 02:17:34 +00:00
{
"Tasks": [
"default",
"publish-github"
],
"PackageVersion": "0.0.1",
"TaskSettings": {
"publish-github": {
"owner": "beego",
"repository": "bee"
}
},
"ConfigVersion": "0.9"
}