{
  "name": "keep-func-props",
  "version": "3.0.1",
  "main": "build/src/main.js",
  "files": [
    "build/src",
    "examples",
    "!*~"
  ],
  "scripts": {
    "test": "gulp test"
  },
  "husky": {
    "hooks": {
      "pre-push": "gulp -LL check --full"
    }
  },
  "description": "Wrap a function without changing its name and other properties",
  "keywords": [
    "function",
    "functional",
    "wrapper",
    "name",
    "length",
    "properties",
    "functor",
    "mimic",
    "call"
  ],
  "license": "Apache-2.0",
  "homepage": "https://git.io/fhNZZ",
  "repository": "ehmicky/keep-func-props",
  "bugs": {
    "url": "https://github.com/ehmicky/keep-func-props/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "dependencies": {
    "mimic-fn": "^3.1.0"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^0.31.52",
    "ava": "^3.10.1",
    "gulp": "^4.0.2",
    "husky": "^4.2.5",
    "sinon": "^9.0.2"
  },
  "engines": {
    "node": ">=10.17.0"
  }
}
