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