12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@uppy/facebook",
- "description": "Import files from Facebook, into Uppy.",
- "version": "2.0.3",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "facebook"
- ],
- "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": "file:../companion-client",
- "@uppy/provider-views": "file:../provider-views",
- "@uppy/utils": "file:../utils",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "^2.0.0"
- }
- }
|