{
  "name": "data.maybe",
  "version": "1.2.3",
  "description": "A structure for values that may not be available or computations that may fail.",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/folktale/data.maybe"
  },
  "keywords": [
    "monads",
    "maybe",
    "fantasy-land",
    "option",
    "folktale"
  ],
  "author": "Quildreen Motta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/folktale/data.maybe/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "browserify": "^3.38.0",
    "LiveScript": "~1.2.0",
    "hifive-tap": "~0.1.0",
    "hifive": "~0.1.0",
    "uglify-js": "~2.4.3",
    "laws": "~0.2.0",
    "claire": "~0.4.1",
    "ink-docstrap": "git://github.com/robotlolita/docstrap",
    "jsdoc": "^3.3.0-alpha5"
  }
}
