{
	"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"
}
