2020-08-06 23:39:05 +03:00
|
|
|
{
|
|
|
|
"name": "remotedev-serialize",
|
|
|
|
"version": "0.1.8",
|
|
|
|
"description": "Serialize unserializable data and parse it back.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest --no-cache",
|
|
|
|
"prepublish": "npm run test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"redux",
|
|
|
|
"devtools"
|
|
|
|
],
|
|
|
|
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools",
|
|
|
|
"devDependencies": {
|
2020-08-08 22:46:01 +03:00
|
|
|
"immutable": "^4.0.0-rc.12"
|
2020-08-06 23:39:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"jsan": "^3.1.13"
|
|
|
|
}
|
|
|
|
}
|