mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 20:28:52 +08:00
19 lines
440 B
JSON
19 lines
440 B
JSON
{
|
|
"name": "el-select",
|
|
"version": "1.0.1",
|
|
"description": "A el-select component for Vue.",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"author": "qingwei.li<qingwei.li@ele.me>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/element-component/element/tree/master/packages/select",
|
|
"devDependencies": {
|
|
"throttle-debounce": "^1.0.1",
|
|
"vue-clickoutside": "0.0.4"
|
|
}
|
|
}
|