{
  "name": "wraptile",
  "version": "3.0.0",
  "description": "translate the evaluation of a function that takes multiple arguments into evaluating a sequence of 2 functions, each with any count of arguments",
  "main": "lib/wraptile.js",
  "scripts": {
    "test": "madrun test",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage:base": "madrun watch:coverage:base",
    "watch:coverage:tape": "madrun watch:coverage:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/coderaiser/wraptile.git"
  },
  "keywords": [
    "wraptile",
    "partial",
    "functional"
  ],
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderaiser/wraptile/issues"
  },
  "homepage": "https://github.com/coderaiser/wraptile",
  "devDependencies": {
    "@cloudcmd/stub": "^2.3.0",
    "coveralls": "^3.0.0",
    "eslint": "^6.3.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-putout": "^2.0.0",
    "madrun": "^3.0.1",
    "nodemon": "^1.11.0",
    "nyc": "^14.1.1",
    "putout": "^5.11.2",
    "redrun": "^7.1.7",
    "supertape": "^1.2.3"
  }
}
