serialize
Version:
A simple node utility to serialize execution of asynchronous functions
27 lines (26 loc) • 627 B
JSON
{
"name": "serialize",
"version": "0.1.3",
"description": "A simple node utility to serialize execution of asynchronous functions",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/chaoran/node-serialize.git"
},
"keywords": [
"serialize",
"asynchronous",
"flow",
"control"
],
"author": "Chaoran Yang (chaoran@rice.edu)",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "033ccd446c5285e524a1be83d62e552d65bbf38b",
"bugs": {
"url": "https://github.com/chaoran/node-serialize/issues"
}
}