UNPKG

awaitbox

Version:

A box of useful things to await in async functions.

51 lines (50 loc) 1.06 kB
{ "name": "awaitbox", "version": "2.1.1", "description": "A box of useful things to await in async functions.", "format": "es6", "main": "index.js", "browser": "global.js", "global": "global.js", "license": "MIT", "homepage": "https://github.com/trusktr/awaitbox", "scripts": { "test": "./.scripts/test.sh" }, "dependencies": { "@awaitbox/document-ready": "^1.0.7", "@awaitbox/meteor-startup": "^1.0.2", "@awaitbox/sleep": "^1.0.0", "@awaitbox/window-loaded": "^1.0.4" }, "jspm": { "registry": "jspm", "directories": { "lib": "src" } }, "browserify": { "TODO": "TODO" }, "bower": { "TODO": "TODO" }, "repository": { "type": "git", "url": "git@github.com:trusktr/awaitbox.git" }, "bugs": { "url": "https://github.com/trusktr/awaitbox/issues" }, "keywords": [ "async", "async-await", "async-functions", "await", "asynchronous", "utilities", "promise", "promise-library" ], "author": "Joseph Orbegoso Pea <joe@trusktr.io>" }