UNPKG

callforth

Version:

A tiny utility library to conveniently replace callbacks with Promises.

25 lines (24 loc) 641 B
{ "name": "callforth", "version": "0.4.0", "description": "A tiny utility library to conveniently replace callbacks with Promises.", "author": "Niklas Gruhn", "license": "MIT", "source": "src/callforth.js", "main": "dist/callforth.js", "module": "dist/callforth.mjs", "unpkg": "dist/callforth.umd.js", "scripts": { "build": "microbundle", "dev": "microbundle watch", "test": "node ./test/test.js" }, "homepage": "https://github.com/gruhn/callforth#readme", "repository": { "type": "git", "url": "https://github.com/gruhn/callforth" }, "devDependencies": { "microbundle": "^0.12.4" } }