lazy-either
Version:
A lazy implementation of the Fantasy Land Either type
36 lines (35 loc) • 659 B
JSON
{
"name": "lazy-either",
"version": "2.0.0",
"description": "A lazy implementation of the Fantasy Land Either type",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"engines": {
"node": "4.1.0"
},
"repository": {
"type": "git",
"url": "https://www.github.com/Risto-Stevcev/lazy-either.git"
},
"keywords": [
"lazy",
"either",
"type",
"fantasy",
"land",
"monad"
],
"author": "Risto Stevcev",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"fantasy-land": "^3.2.0",
"mocha": "^2.4.5"
},
"dependencies": {
"ramda": "^0.19.1",
"sanctuary": "^0.12.2"
}
}