40 lines
754 B
JSON
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"
|
|
}
|
|
}
|
|
}
|