bench-forgejo/bee.json

23 lines
353 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-08 03:52:15 +05:30
"modules",
2014-03-17 09:13:22 +05:30
"$GOPATH/src/github.com/gogits/binding",
"$GOPATH/src/github.com/gogits/git"
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": []
}