package.json 564 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-quickapp-webview",
3
  "version": "3.0.0-alpha-3020920210926001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17
  "description": "uni-app quickapp-webview",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-quickapp-webview"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "uni-app": {
    "name": "quickapp-webview",
    "title": "快应用(Webview)版"
18
  },
19
  "gitHead": "453a3e6ead807864087692f4339ea3d667045fe7"
fxy060608's avatar
fxy060608 已提交
20
}