{
  "name": "fun-unfold",
  "version": "0.3.2",
  "description": "Unfold a complex value from a generator, predicate, and seed",
  "main": "src/index.js",
  "browser": "dist/bundle.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "tap -Rtap --coverage-report=text-summary ./test/index.js",
    "coverage": "tap --coverage-report=lcov ./test/index.js",
    "predependencies": "mkdir -p img",
    "dependencies": "madge src --image img/dependencies.svg -x 'public|test|coverage|docs' --include-npm",
    "postdependencies": "npm run dependencies-test",
    "dependencies-test": "madge . --image img/dependencies-test.svg -x 'dist|public|coverage|docs' --include-npm",
    "pages-index": "showdown makehtml -i README.md -o public/index.html",
    "pages": "./script/pages.sh",
    "lint": "eslint --ignore-path .gitignore --fix . --ignore-pattern dist",
    "predocument": "rm -rf docs",
    "document": "jsdoc -c .jsdoc.json",
    "browserify": "browserify dist/entry.js --no-bf | uglifyjs -cm > dist/bundle.js",
    "readme": "cat readme/* > README.md",
    "next-update": "next-update -k true --tldr"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/bagrounds/fun-unfold.git"
  },
  "keywords": [
    "fun",
    "unfold"
  ],
  "author": "bagrounds@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/bagrounds/fun-unfold/issues"
  },
  "homepage": "https://gitlab.com/bagrounds/fun-unfold#README",
  "devDependencies": {
    "browserify": "^15.2.0",
    "docdash": "^0.4.0",
    "eslint": "^4.16.0",
    "fun-test": "^0.25.0",
    "fun-test-runner": "^0.10.1",
    "jsdoc": "^3.4.3",
    "madge": "^3.0.0",
    "next-update": "^3.6.0",
    "tap": "^11.0.1",
    "uglify-js-es6": "^2.8.9"
  },
  "dependencies": {
    "fun-curry": "^0.3.3",
    "guarded": "^0.9.0"
  }
}
