UNPKG

787 BJSONView Raw
1{
2 "name": "@uppy/redux-dev-tools",
3 "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",
4 "version": "1.0.2",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "types": "types/index.d.ts",
8 "keywords": [
9 "file uploader",
10 "redux",
11 "redux-dev-tools",
12 "uppy",
13 "uppy-plugin"
14 ],
15 "homepage": "https://uppy.io",
16 "bugs": {
17 "url": "https://github.com/transloadit/uppy/issues"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/transloadit/uppy.git"
22 },
23 "devDependencies": {
24 "@uppy/core": "1.0.2"
25 },
26 "peerDependencies": {
27 "@uppy/core": "^1.0.0"
28 },
29 "gitHead": "5c9e1a836df858254657a59ab8bd4b90035cf8b4"
30}