summaryrefslogtreecommitdiffstats
path: root/bee.json
blob: ff120f0c9004eec568e75233d3ba23906f96ffc6 (plain)
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
{
	"version": 0,
	"gopm": {
		"enable": false,
		"install": false
	},
	"go_install": true,
	"watch_ext": [],
	"dir_structure": {
		"watch_all": true,
		"controllers": "routers",
		"models": "",
		"others": [
			"modules",
			"$GOPATH/src/github.com/gogits/binding",
			"$GOPATH/src/github.com/gogits/webdav",
			"$GOPATH/src/github.com/gogits/logs",
			"$GOPATH/src/github.com/gogits/git",
			"$GOPATH/src/github.com/gogits/gfm"
		]
	},
	"cmd_args": [
		"web"
	],
	"envs": []
}