mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"name": "@uppy/angular",
|
|
"description": "Angular component wrappers around Uppy's official UI plugins.",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"homepage": "https://uppy.io",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"angular",
|
|
"angular-components"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": ">= 11",
|
|
"@angular/core": ">= 11",
|
|
"@uppy/core": ">=1",
|
|
"@uppy/dashboard": "^1.11.0",
|
|
"@uppy/drag-drop": "^1.4.16",
|
|
"@uppy/progress-bar": "^1.3.16",
|
|
"@uppy/status-bar": "^1.7.1",
|
|
"@uppy/utils": ">=3",
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|