syncwaiter
Version:
Asynchronous waiting method
30 lines (29 loc) • 624 B
JSON
{
"name": "syncwaiter",
"version": "1.0.0",
"description": "Asynchronous waiting method",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacmba/syncwaiter.git"
},
"keywords": [
"wait",
"syn",
"synch",
"pause"
],
"author": "Jacinto Mba Cantero",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/jacmba/syncwaiter/issues"
},
"homepage": "https://github.com/jacmba/syncwaiter#readme",
"devDependencies": {
"assert": "1.4.1",
"mocha": "4.0.1"
}
}