mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-01 03:38:30 +08:00
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"name": "el-rate",
|
|
"version": "0.0.0",
|
|
"description": "A rate component for Vue.js.",
|
|
"keywords": [
|
|
"element",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": "https://github.com/element-component/element/tree/master/packages/rate",
|
|
"author": "elemefe",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"wind-dom": "0.0.3"
|
|
}
|
|
}
|