mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"name": "el-spinner",
|
|
"version": "1.0.0",
|
|
"description": "A input component for Vue.",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component",
|
|
"input"
|
|
],
|
|
"author": "haiping.zeng@ele.me",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/ElemeFE/element/tree/master/packages/spinner",
|
|
"devDependencies": {
|
|
}
|
|
}
|