{
  "name": "maybe-try",
  "version": "1.0.12",
  "description": "A declarative sync & async js maybe that notes something may fail",
  "main": "./dist/maybe-try.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "NODE_ENV=production ./node_modules/.bin/webpack",
    "test": "npm run build && mocha"
  },
  "dependencies": {},
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.5.2",
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.0",
    "babel-loader": "^6.4.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.5.1",
    "eslint": "^3.10.0",
    "eslint-config-airbnb": "^16.1.0",
    "mocha": "^4.0.1",
    "webpack": "^3.10.0"
  },
  "keywords": [
    "declarative",
    "maybe",
    "try",
    "catch",
    "try catch",
    "fail",
    "maybe-try",
    "sync",
    "synchronous",
    "async",
    "asynchronous",
    "error handling",
    "promise",
    "callback"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmswalker/maybe-try.git"
  },
  "author": "cmswalker",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cmswalker/maybe-try/issues"
  },
  "homepage": "https://github.com/cmswalker/maybe-try#readme"
}
