1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@wisdom-components/pro-card",
"version": "1.0.0-beta.5",
"description": "@wisdom-components/pro-card",
"module": "es/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"src",
"dist",
"es"
],
"repository": {
"type": "git",
"url": "https://g.civnet.cn:8443/test/winsdom-components"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"keywords": [
"antd",
"admin",
"ant-design",
"ant-design-pro"
],
"authors": [
"dengxiaofeng"
],
"license": "MIT",
"bugs": "http://github.com/umijs/plugins/issues",
"homepage": "https://g.civnet.cn:8443/test/winsdom-components/tree/master/packages/card#readme",
"publishConfig": {
"access": "public"
}
}