uppy/packages/@uppy/informer/package.json
Artur Paikin 4b782ffbbb Release
2021-06-30 23:07:21 +01:00

32 lines
686 B
JSON

{
"name": "@uppy/informer",
"description": "A notification and error pop-up bar for Uppy.",
"version": "1.6.6",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"notification",
"bar",
"ui"
],
"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/utils": "file:../utils",
"preact": "8.2.9"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}