blob: 931baec4be14734eb53ea1b7dc10e7262a43a479 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"description": "Make a function mimic another one",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"function",
"mimic",
"imitate",
"rename",
"copy",
"inherit",
"properties",
"name",
"func",
"fn",
"set",
"infer",
"change"
],
"license": "MIT",
"name": "mimic-fn",
"repository": "sindresorhus/mimic-fn",
"scripts": {
"test": "xo && ava"
},
"version": "1.2.0"
}