{
  "name": "concurrify",
  "version": "2.0.0",
  "description": "Turn non-concurrent FantasyLand Applicatives concurrent",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/fluture-js/concurrify.git"
  },
  "scripts": {
    "doctest": "sanctuary-doctest",
    "lint": "sanctuary-lint",
    "release": "sanctuary-release",
    "test": "npm run lint && sanctuary-test && npm run doctest"
  },
  "author": "Aldwin Vlasblom <aldwin.vlasblom@gmail.com> (https://github.com/Avaq)",
  "homepage": "https://github.com/fluture-js/concurrify",
  "bugs": {
    "url": "https://github.com/fluture-js/concurrify/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "keywords": [
    "algebraic",
    "async",
    "asynchronous",
    "browser",
    "control-flow",
    "fantasy-land",
    "fp",
    "functional",
    "functor",
    "concurrent",
    "library",
    "monad",
    "monadic",
    "node",
    "parallel"
  ],
  "files": [
    "/index.js",
    "/LICENSE",
    "/package.json",
    "/README.md"
  ],
  "dependencies": {
    "sanctuary-show": "^1.0.0",
    "sanctuary-type-identifiers": "^2.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "codecov": "^3.0.0",
    "fantasy-land": "^4.0.1",
    "sanctuary-scripts": "^3.0.0",
    "sanctuary-type-classes": "^12.0.0"
  }
}
