mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
26 lines
676 B
JSON
26 lines
676 B
JSON
{
|
||
"name": "@uppy/redux-dev-tools",
|
||
"description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel",
|
||
"version": "2.0.3",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"types": "types/index.d.ts",
|
||
"keywords": [
|
||
"file uploader",
|
||
"redux",
|
||
"redux-dev-tools",
|
||
"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"
|
||
},
|
||
"peerDependencies": {
|
||
"@uppy/core": "^2.0.0"
|
||
}
|
||
}
|