blob: 8c9d6a82c772a3b8f67fdc6fad61ffc21efcac95 [file] [log] [blame]
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
"dependencies": {},
"description": "Callback wrapping utility",
"devDependencies": {
"tap": "^2.3.1"
},
"directories": {
"test": "test"
},
"files": [
"wrappy.js"
],
"homepage": "https://github.com/npm/wrappy",
"license": "ISC",
"main": "wrappy.js",
"name": "wrappy",
"repository": {
"type": "git",
"url": "https://github.com/npm/wrappy"
},
"scripts": {
"test": "tap --coverage test/*.js"
},
"version": "1.0.2"
}