UNPKG

remotedev-serialize

Version:

Serialize unserializable data and parse it back.

32 lines (31 loc) 791 B
{ "name": "remotedev-serialize", "version": "0.1.9", "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": { "immutable": "^4.0.0-rc.12" }, "dependencies": { "jsan": "^3.1.13" }, "gitHead": "d8da887da86441c890e0820aa9f924f6ebbad8e7" }