{
    "meta": {
        "localDebugHost": "http://127.0.0.1:8089",
        "appver": "1.0.0.1",
        "token": "",
        "startFunction": "",
        "stopFunction": "",
        "appid": "",
        "localDebugDir": "${solution_dir}/.bucky",
        "locale": "china"
    },
    "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": {
            "filemanager": {
                "project": "src/test"
            }
        }
    },
    "projects": {
        "src/test": {
            "attributes": {
                "dir": "src/test",
                "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": []
            }
        }
    }
}