mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
16 lines
346 B
JSON
16 lines
346 B
JSON
|
{
|
||
|
"name": "el-switch",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A switch component for vue.js",
|
||
|
"keywords": [
|
||
|
"element",
|
||
|
"vue",
|
||
|
"component"
|
||
|
],
|
||
|
"main": "./lib/index.js",
|
||
|
"repository": "https://github.com/element-component/element/tree/master/packages/switch",
|
||
|
"author": "elemefe",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {}
|
||
|
}
|