mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-01 03:38:30 +08:00
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "el-row",
|
|
"version": "1.0.2",
|
|
"description": "A row component for Vue.",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": "https://github.com/element-component/element/tree/master/packages/row",
|
|
"author": "qingwei-li<qingwei.li@ele.me>",
|
|
"license": "MIT",
|
|
"dependencies": {}
|
|
}
|