@uppy/instagram
Version:
Import photos and videos from Instagram, into Uppy.
34 lines • 742 B
JSON
{
"name": "@uppy/instagram",
"description": "Import photos and videos from Instagram, into Uppy.",
"version": "4.2.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"instagram",
"provider",
"photos",
"videos"
],
"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": "^4.4.1",
"@uppy/provider-views": "^4.4.2",
"@uppy/utils": "^6.1.3",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.4"
}
}