1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@uppy/informer",
- "description": "A notification and error pop-up bar for Uppy.",
- "version": "0.29.1",
- "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": "0.29.1",
- "preact": "^8.2.9"
- },
- "devDependencies": {
- "@uppy/core": "0.29.1"
- },
- "peerDependencies": {
- "@uppy/core": "^0.29.0"
- }
- }
|