UNPKG

promise-monofill

Version:

A module that exports native Promise. Always.

26 lines (25 loc) 675 B
{ "name": "promise-monofill", "version": "1.0.1", "description": "A module that exports native Promise. Always.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rsp/node-promise-monofill.git" }, "keywords": [ "promise", "monofill", "polyfill", "promise-polyfill" ], "author": "Rafał Pocztarski <r.pocztarski@gmail.com> (https://pocztarski.com/)", "license": "MIT", "bugs": { "url": "https://github.com/rsp/node-promise-monofill/issues" }, "homepage": "https://github.com/rsp/node-promise-monofill#readme" }