123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "@uppy/google-photos-picker",
- "description": "The Google Photos Picker plugin for Uppy lets users import files from their Google Photos account",
- "version": "0.1.0",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "keywords": [
- "file uploader",
- "google photos",
- "google picker",
- "cloud storage",
- "uppy",
- "uppy-plugin"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/companion-client": "workspace:^",
- "@uppy/provider-views": "workspace:^",
- "@uppy/utils": "workspace:^",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|