mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 05:09:43 +08:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "el-form",
|
|
"version": "1.0.0",
|
|
"description": "A form component for Vue.",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": "https://github.com/ElemeFE/element/tree/master/packages/form",
|
|
"author": "haiping.zeng<haiping.zeng@ele.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-validator": "^1.6.6"
|
|
}
|
|
}
|