forgejo-federation/bee.json

22 lines
322 B
JSON
Raw Normal View History

2014-02-12 23:19:46 +05:30
{
"version": 0,
"gopm": {
"enable": false,
"install": false
},
"go_install": true,
"watch_ext": [],
"dir_structure": {
2014-02-18 05:08:50 +05:30
"watch_all": true,
2014-02-12 23:19:46 +05:30
"controllers": "routers",
"models": "",
2014-02-18 05:08:50 +05:30
"others": [
2014-03-06 12:51:44 +05:30
"utils", "modules",
"$GOPATH/src/github.com/gogits/binding"
2014-02-18 05:08:50 +05:30
]
2014-02-12 23:19:46 +05:30
},
2014-02-19 23:34:31 +05:30
"cmd_args": [
"web"
],
2014-02-12 23:19:46 +05:30
"envs": []
}