UNPKG

@f/object-to-promise

Version:
21 lines (20 loc) 509 B
{ "name": "@f/object-to-promise", "description": "Convert an object to a promise.", "repository": "git://github.com/micro-js/object-to-promise.git", "version": "1.1.3", "license": "MIT", "main": "lib/index.js", "scripts": { "postversion": "git push && git push --tags && npm publish --access=public" }, "dependencies": { "@f/curry-once": "^1.0.0", "@f/values": "^1.0.0", "@f/zip-obj": "^1.0.0" }, "devDependencies": { "standard": "^5.4.1", "tape": "^4.2.2" } }