mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 19:27:44 +08:00
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"name": "el-card",
|
|
"version": "0.0.0",
|
|
"description": "A card component for Vue.js.",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": "https://github.com/element-component/element/tree/master/packages/card",
|
|
"author": "elemefe",
|
|
"license": "MIT",
|
|
"dependencies": {}
|
|
}
|