package.json 822 字节
Newer Older
1
{
fxy060608's avatar
fxy060608 已提交
2
  "name": "@dcloudio/uni-quickapp-native",
3
  "version": "2.0.0-alpha-28920200825001",
fxy060608's avatar
fxy060608 已提交
4
  "description": "uni-app quickapp-native",
5 6 7 8
  "main": "dist/vue.prod.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
fxy060608's avatar
fxy060608 已提交
9
    "directory": "packages/uni-quickapp-native"
10 11 12 13 14 15 16 17 18 19 20 21
  },
  "files": [
    "bin",
    "components",
    "dist",
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
22
  "gitHead": "e51484a49748f7bff86bb833763e5dff1522d380",
23
  "uni-app": {
fxy060608's avatar
fxy060608 已提交
24
    "name": "quickapp-native",
fxy060608's avatar
fxy060608 已提交
25
    "title": "快应用(Native)版"
26 27 28 29 30 31 32
  },
  "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
}