cryonic
Version:
Easily pickle/serialize/freeze/store and re-hydrate complex JavaScript objects (including Functions)
27 lines (26 loc) • 561 B
JSON
{
"name": "cryonic",
"version": "1.0.0",
"description": "Easily pickle/serialize/freeze/store and re-hydrate complex JavaScript objects (including Functions)",
"keywords": [
"pickle",
"serialize",
"store",
"hydrate",
"freeze",
"json"
],
"author": "Hunter Loftis <hunter@hunterloftis.com>",
"repository": {
"type": "git",
"url": "git@github.com:hunterloftis/cryo.git"
},
"main": "./lib/cryo.js",
"engines": {
"node": ">= 0.4.x"
},
"devDependencies": {
"chai": "~1.4.2",
"mocha": "~1.7.4"
}
}