synchronize_w_fibers4
Version:
Turns asynchronous function into synchronous. This version uses fibers 4.0.1 dependency
33 lines (32 loc) • 714 B
JSON
{
"name": "synchronize_w_fibers4",
"main": "./sync",
"version": "2.0.1",
"homepage": "http://alexeypetrushin.github.com/synchronize",
"repository": {
"type": "git",
"url": "https://github.com/alexeypetrushin/synchronize.git"
},
"dependencies": {
"fibers": "^4.0.1"
},
"devDependencies": {
"mocha": "1.0.x",
"chai": "1.3.x"
},
"scripts": {
"test": "mocha -R spec test/*.js"
},
"description": "Turns asynchronous function into synchronous. This version uses fibers 4.0.1 dependency",
"keywords": [
"Fibers",
"Sync",
"Async",
"Control Flow"
],
"author": {
"name": "Alexey Petrushin",
"url": "http://petrush.in"
},
"license": "MIT"
}