uppy/packages/@uppy/url/package.json
Artur Paikin 7ae8af44ab Release
2019-04-04 19:31:09 +03:00

35 lines
813 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@uppy/url",
"description": "The Url plugin lets users import files from the Internet. Paste any URL and itll be added!",
"version": "0.30.4",
"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": "0.28.4",
"@uppy/utils": "0.30.4",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.30.4"
},
"peerDependencies": {
"@uppy/core": "^0.30.0"
}
}