{
    "meta": {
        "appver": "1.0.0.1",
        "token": "",
        "startFunction": "",
        "stopFunction": "",
        "localDebugDir": "${solution_dir}/.bucky",
        "versionSet": "default",
        "appid": ""
    },
    "run": {
        "use": "bucky_loader",
        "groups": {
            "bucky_loader": []
        }
    },
    "debug": {
        "use": "bucky_local_debug",
        "groups": {
            "bucky_local_debug": []
        }
    },
    "path": {
        "knowledge": {
            "src": "${solution_dir}/knowledges.json",
            "dest": "${solution_dir}/dist/bucky/knowledges.json"
        },
        "bucky_packages": "${solution_dir}/dist/bucky",
        "bucky_meta": "${solution_dir}/dist/bucky/bucky_meta.json",
        "demos": "${bucky_sdk}/demos"
    },
    "packages": {
        "bucky": {
            "calc": {
                "project": "src/server"
            }
        }
    },
    "projects": {
        "src/client": {
            "attributes": {
                "dir": "src/client",
                "dist": "dist/wx_game",
                "dist_project": "dist/wx_game",
                "type": "wx",
                "core_dir": "core"
            },
            "depends": {
                "bucky": {
                    "source_projects": [],
                    "output_packages": "${solution_dir}/${project_dir}/bucky/packages",
                    "output_meta": "${solution_dir}/${project_dir}/bucky/bucky_meta.js"
                }
            },
            "actions": {
                "init": {
                    "files": [
                        {
                            "src": "${bucky_sdk}/templates/projects/wx_game",
                            "dest": "${solution_dir}/${project_dir}"
                        }
                    ]
                },
                "pre_compile": [],
                "compile": {
                    "files": []
                },
                "after_compile": []
            }
        },
        "src/server": {
            "attributes": {
                "dir": "src/server",
                "dist": "dist/bucky",
                "dist_project": "dist/bucky",
                "type": "bucky"
            },
            "actions": {
                "init": {
                    "files": [
                        {
                            "src": "${bucky_sdk}/templates/projects/bucky",
                            "dest": "${solution_dir}/${project_dir}"
                        }
                    ]
                },
                "pre_compile": [],
                "compile": {
                    "files": [
                        {
                            "src": "${solution_dir}/${project_dir}",
                            "dest": "${solution_dir}/${dist}"
                        }
                    ]
                },
                "after_compile": []
            }
        }
    }
}