vue3-file-selector
Version:
A Vue 3 headless file selector component
34 lines (33 loc) • 835 B
JSON
{
"name": "vue3-file-selector",
"version": "1.0.3",
"description": "A Vue 3 headless file selector component",
"main": "dist/vue3-file-selector.common.js",
"scripts": {
"build": "vue-cli-service build --target lib src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cyon/vue3-file-selector.git"
},
"keywords": [
"vue",
"vue",
"3",
"file",
"selector",
"headless"
],
"author": "Max Gfeller <mg@cyon.ch>",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyon/vue3-file-selector/issues"
},
"homepage": "https://github.com/cyon/vue3-file-selector#readme",
"devDependencies": {
"@vue/cli-service": "^4.5.11",
"@vue/compiler-sfc": "^3.0.7",
"vue": "^3.0.7"
}
}