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