{
  "name": "callforth",
  "version": "0.3.1",
  "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"
  },

  "homepage": "https://github.com/gruhn/callforth#readme",
  "repository": {
    "type" : "git",
    "url" : "https://github.com/gruhn/callforth"
  }
}
