gen-sync
Version:
Library that makes simple to run asynchronous functions in synchronous manner, using generators.
46 lines (45 loc) • 940 B
JSON
{
"name": "gen-sync",
"description": "Library that makes simple to run asynchronous functions in synchronous manner, using generators.",
"version": "2.0.0",
"url": "https://github.com/ml27299/gen-sync",
"author": "Macario Lara <ml27299@gmail.com>",
"main": "lib/Sync.js",
"license": "MIT",
"homepage": "https://github.com/ml27299/gen-sync#readme",
"repository": {
"type": "git",
"url": "https://github.com/ml27299/gen-sync"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"generator",
"async",
"asynchronous",
"synchronous",
"sync",
"yield",
"runner",
"thunk",
"non blocking",
"non-blocking",
"continuable",
"callback"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"stack-trace": "0.0.9"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}