package.json 807 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-quickapp-vue",
3
  "version": "2.0.0-alpha-26920200407002",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "description": "uni-app quickapp-vue",
  "main": "dist/vue.prod.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-quickapp-vue"
  },
  "files": [
    "bin",
    "components",
    "dist",
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "gitHead": "110501ffb0313e417858dec92acf07522d4ded00",
  "uni-app": {
fxy060608's avatar
fxy060608 已提交
24
    "name": "quickapp-vue",
25 26 27 28 29 30 31 32
    "title": "快应用(Vue)版"
  },
  "dependencies": {
    "@hap-toolkit/dsl-vue": "0.6.13",
    "@hap-toolkit/packager": "0.6.13",
    "@hap-toolkit/server": "0.6.13",
    "module-alias": "^2.1.0"
  }
fxy060608's avatar
fxy060608 已提交
33
}