hooked
Version:
A simple javascript/node.js base type supporting before and after hooks over functions.
31 lines (30 loc) • 510 B
JSON
{
"name": "hooked",
"version": "0.1.3",
"description": "A simple javascript/node.js base type supporting before and after hooks over functions.",
"keywords": [
"pipe",
"series",
"pipeline",
"middleware",
"before",
"after",
"pre",
"post"
],
"author": {
"name": "Phillip Clark",
"email": "phillip@flitbit.org"
},
"dependencies": {
"node-oops": "0.1.x"
},
"devDependencies": {
"vows": "0.7.x",
"should": "1.2.x"
},
"scripts": {
"test": "node test"
},
"license": "MIT"
}