{
  "name": "data.either",
  "version": "1.5.2",
  "description": "A monad for disjunctions. (e.g.: computations that may fail)",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "prepublish": "make compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/folktale/data.either"
  },
  "keywords": [
    "fantasy-land",
    "folktale",
    "monads",
    "algebraic",
    "disjunction"
  ],
  "author": "Quildreen Motta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/folktale/data.either/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "LiveScript": "~1.2.0",
    "hifive-tap": "~0.1.0",
    "hifive": "~0.1.0",
    "uglify-js": "~2.4.3",
    "laws": "^0.2.1",
    "ink-docstrap": "git://github.com/robotlolita/docstrap",
    "jsdoc": "^3.3.0-alpha5",
    "claire": "^0.4.1",
    "browserify": "^3.40.0"
  }
}
