mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
32 lines
791 B
JSON
32 lines
791 B
JSON
{
|
||
"name": "@uppy/url",
|
||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
|
||
"version": "2.0.0-alpha.0",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"style": "dist/style.min.css",
|
||
"types": "types/index.d.ts",
|
||
"keywords": [
|
||
"file uploader",
|
||
"url",
|
||
"import from url",
|
||
"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": "file:../companion-client",
|
||
"@uppy/utils": "file:../utils",
|
||
"preact": "^10.5.13"
|
||
},
|
||
"peerDependencies": {
|
||
"@uppy/core": "^1.0.0"
|
||
}
|
||
}
|