UNPKG

asleep

Version:

Non-blocking sleep in ES7 (or, in ES6, setTimeout as a promise).

16 lines 488 B
{ "name": "asleep", "description": "Non-blocking sleep in ES7 (or, in ES6, setTimeout as a promise).", "author": "Thomas Frank <thomas@nodebite.se> (http://nodebite.se)", "version": "1.0.3", "main": "asleep.js", "repository": { "type": "git", "url": "https://github.com/ironboy/asleep" }, "bugs": "https://github.com/ironboy/asleep/issues", "license" : "MIT", "engines" : { "node" : ">=4.0"}, "dependencies": {}, "tonicExampleFilename": "tonicExample.js" }