You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
551 B
18 lines
551 B
{
|
|
"name": "redux-devtools-extension",
|
|
"version": "2.13.9",
|
|
"description": "Wrappers for Redux DevTools Extension.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zalmoxisus/redux-devtools-extension"
|
|
},
|
|
"homepage": "https://github.com/zalmoxisus/redux-devtools-extension",
|
|
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"redux": "^3.1.0 || ^4.0.0"
|
|
},
|
|
"gitHead": "5ef9b00cd4717ac878068ce8003e1999e680c72e"
|
|
}
|