package.json 1.7 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3
{
  "id": "uni-upgrade-center-app",
  "displayName": "升级中心 uni-upgrade-center - App",
4
  "version": "0.8.2",
D
DCloud_LXH 已提交
5 6 7 8 9 10 11 12 13
  "description": "uni升级中心 - 客户端检查更新",
  "keywords": [
    "uniCloud",
    "update",
    "升级",
    "wgt"
],
  "repository": "https://gitee.com/dcloud/uni-upgrade-center/tree/master/uni_modules/uni-upgrade-center-app",
  "engines": {
D
DCloud_LXH 已提交
14
    "HBuilderX": "^4.03"
D
DCloud_LXH 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
  },
"dcloudext": {
    "sale": {
      "regular": {
        "price": "0.00"
      },
      "sourcecode": {
        "price": "0.00"
      }
    },
    "contact": {
      "qq": ""
    },
    "declaration": {
      "ads": "无",
      "data": "插件不采集任何数据",
      "permissions": "无"
    },
    "npmurl": "",
    "type": "unicloud-template-page"
  },
  "uni_modules": {
37
    "dependencies": [
D
DCloud_LXH 已提交
38 39
      "uts-progressNotification",
      "uts-openSchema"
40
    ],
D
DCloud_LXH 已提交
41 42 43 44
    "encrypt": [],
    "platforms": {
      "cloud": {
        "tcb": "y",
D
DCloud_LXH 已提交
45 46
        "aliyun": "y",
        "alipay": "y"
D
DCloud_LXH 已提交
47 48 49 50
      },
      "client": {
        "App": {
          "app-vue": "y",
51
          "app-nvue": "y"
D
DCloud_LXH 已提交
52 53
        },
        "H5-mobile": {
54 55 56 57
          "Safari": "n",
          "Android Browser": "n",
          "微信浏览器(Android)": "n",
          "QQ浏览器(Android)": "n"
D
DCloud_LXH 已提交
58 59
        },
        "H5-pc": {
60 61 62 63 64
          "Chrome": "n",
          "IE": "n",
          "Edge": "n",
          "Firefox": "n",
          "Safari": "n"
D
DCloud_LXH 已提交
65 66
        },
        "小程序": {
67 68 69 70 71 72
          "微信": "n",
          "阿里": "n",
          "百度": "n",
          "字节跳动": "n",
        "QQ": "n",
        "京东": "n"
D
DCloud_LXH 已提交
73 74
        },
        "快应用": {
75 76
          "华为": "n",
          "联盟": "n"
D
DCloud_LXH 已提交
77 78 79 80 81 82 83 84 85
        },
        "Vue": {
            "vue2": "y",
            "vue3": "y"
        }
      }
    }
  }
}