mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 20:28:52 +08:00
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"name": "element-button",
|
|
"version": "1.0.0",
|
|
"description": "A button component for Vue.",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": "https://github.com/ElemeFE/element/tree/master/packages/button",
|
|
"author": "haiping.zeng<haiping.zeng@ele.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
}
|
|
}
|