package.json

Summary

Maintainability
Test Coverage
{
  "name": "juru",
  "version": "0.0.0-development",
  "description": "async utilities to help testing",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "nyc --reporter=lcov tape 'tests/**/*.js'",
    "semantic-release": "semantic-release",
    "lint": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eth0lo/juru.git"
  },
  "keywords": [
    "async",
    "effects",
    "generators",
    "iterators",
    "promises"
  ],
  "author": "Jean Carlos Meninno",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eth0lo/juru/issues"
  },
  "homepage": "https://github.com/eth0lo/juru#readme",
  "dependencies": {
    "curry-n": "^1.0.2",
    "is-callable": "^1.1.4",
    "is-generator-fn": "^2.1.0"
  },
  "devDependencies": {
    "is-plain-object": "^3.0.0",
    "is-promise": "^2.1.0",
    "nyc": "^15.1.0",
    "semantic-release": "^17.4.7",
    "standard": "^16.0.4",
    "tape": "^4.10.1"
  }
}