NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vue-ref/package.json
2023-09-14 14:47:11 +08:00

40 lines
754 B
JSON

{
"name": "vue-ref",
"version": "2.0.0",
"title": "Vue Ref",
"description": "use the callback to get a reference like react",
"keywords": [
"vue",
"ref",
"v-ref",
"vue-ref"
],
"main": "index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tangjinzhou/vue-ref.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tangjinzhou/vue-ref/issues"
},
"homepage": "https://github.com/tangjinzhou/vue-ref",
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
}
}