{
  "name": "@johnpaulada/maybe",
  "version": "3.0.2",
  "description": "A simple Maybe implementation in JavaScript.",
  "main": "index.js",
  "module": "index.es.js",
  "browser": "maybe.min.js",
  "repository": {
    "type": "Github",
    "url": "https://github.com/johnpaulada/maybe"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "rollup -c"
  },
  "keywords": [
    "maybe",
    "monad"
  ],
  "author": "John Paul Ada",
  "private": false,
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "flow-bin": "^0.75.0",
    "rollup-plugin-babel": "^3.0.5",
    "rollup-plugin-uglify-es": "^0.0.1"
  }
}
