{
    "appid": "",
    "name": "h5app",
    "version": "0.1.0.0",
    "author": "",
    "description": "H5App demo",
    "repository": {
        "type": "git",
        "url": "git@gitlab.alibaba-inc.com:h5app/h5app-demo.git"
    },
    "launchParams": {
        "url": "/www/index.htm",
        "showTitleBar": "YES",
        "showToolBar": "NO"
    },
    "host": {
        "enable": true,
        "dev": "http://{{appid}}.h5app.alipay.net",
        "test": "http://{{appid}}.h5app.test.alipay.net",
        "online": "https://{{appid}}.h5app.alipay.com"
    },
    "mapLocal": {
        "static.alipayobjects.com/publichome-static/antBridge": "/sdk"
    },
    "preBuild": "prebuild.sh",
    "build": {
        "include": ["./www/**", "./sdk/**"],
        "ignore": ["./**/*.md"]
    },
    "support": {
        "ios": {
            "minSDK": "",
            "maxSDK": "",
            "minOS": "",
            "maxOS": ""
        },
        "android": {
            "minSDK": "",
            "maxSDK": "",
            "minOS": "",
            "maxOS": ""
        }
    },
    "dependencies": {}
}
