123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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"
- }
- }
- }
|