lift-result
Version:
lift functions so they can handle Results as if they were plain values
26 lines (25 loc) • 664 B
JSON
{
"name": "lift-result",
"version": "0.1.5",
"description": "lift functions so they can handle Results as if they were plain values",
"dependencies": {
"result": "~1.0.2"
},
"devDependencies": {
"serve": "jkroso/serve",
"b": "vesln/b#fc64f24",
"chai-spies": "*",
"hydro-chai": "*",
"hydro-html": "*",
"hydro-dot": "*",
"hydro-bdd": "*",
"hydro": "*",
"jsmd": "*",
"chai": "*"
},
"repository": "git://github.com/jkroso/lift-result.git",
"bugs": "https://github.com/jkroso/lift-result/issues",
"keywords": ["result", "promise", "decorate", "function"],
"author": "Jake Rosoman",
"license": "MIT"
}