@promises/to-callback
Version:
To Callback is package from Promises library
43 lines (42 loc) • 955 B
JSON
{
"name": "@promises/to-callback",
"version": "0.5.0",
"description": "To Callback is package from Promises library",
"main": "index.js",
"module": "index.esm.js",
"browser": "bundle.umd.js",
"es2015": "index.es6.js",
"typings": "index.d.ts",
"sideEffects": false,
"author": {
"name": "Yisrael Eliev",
"url": "https://github.com/yisraelx",
"email": "yisraelx@gmail.com"
},
"license": "MIT",
"keywords": [
"promise",
"promises",
"utilities",
"utility",
"utils",
"modules",
"modular",
"async",
"await",
"deferred"
],
"homepage": "https://github.com/yisraelx/promises#readme",
"repository": {
"type": "git",
"url": "https://github.com/yisraelx/promises.git"
},
"bugs": {
"url": "https://github.com/yisraelx/promises/issues"
},
"dependencies": {
"@promises/_curry": "^0.5.0",
"@promises/core": "^0.5.0",
"@promises/interfaces": "^0.5.0"
}
}