node-pickle
Version:
Convert between JSON object and python pickled object. It reads/wrie python pickled objects to Javascript objects using promise.
32 lines (31 loc) • 766 B
JSON
{
"name": "node-pickle",
"version": "0.0.2",
"description": "Convert between JSON object and python pickled object. It reads/wrie python pickled objects to Javascript objects using promise.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mkinoshi/node-pickle.git"
},
"keywords": [
"streams",
"node",
"pickle",
"bluebird"
],
"author": {
"name": "Makoto Kinoshita",
"email": "mkinoshi12@gmail.com"
},
"bugs": {
"url": "https://github.com/mkinoshi/node-pickle/issues"
},
"homepage": "https://github.com/mkinoshi/node-pickle",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.3"
}
}