vue-google-picker
Version:
Vue.js button to open the dialog of files from Google Drive using Google Picker API
27 lines (26 loc) • 683 B
JSON
{
"name": "vue-google-picker",
"version": "1.0.0",
"description": "Vue.js button to open the dialog of files from Google Drive using Google Picker API",
"main": "src/FilePickerButton.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucascaires/vue-google-picker.git"
},
"keywords": [
"vue",
"picker",
"google-drive",
"drive",
"api"
],
"author": "Lucas Caires",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucascaires/vue-google-picker/issues"
},
"homepage": "https://github.com/lucascaires/vue-google-picker#readme"
}