package.json 494 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-components",
3
  "version": "3.0.0-alpha-3021220211105008",
4 5 6
  "description": "@dcloudio/uni-components",
  "main": "index.js",
  "files": [
fxy060608's avatar
fxy060608 已提交
7 8
    "style",
    "lib"
9 10 11 12 13 14 15 16 17
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-components"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
18
  },
19
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da"
20
}