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