summaryrefslogtreecommitdiff
path: root/node_modules/hooks/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/hooks/package.json')
-rw-r--r--node_modules/hooks/package.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/node_modules/hooks/package.json b/node_modules/hooks/package.json
new file mode 100644
index 0000000..b1cf744
--- /dev/null
+++ b/node_modules/hooks/package.json
@@ -0,0 +1,51 @@
+{
+ "name": "hooks",
+ "description": "Adds pre and post hook functionality to your JavaScript methods.",
+ "version": "0.2.0",
+ "keywords": [
+ "node",
+ "hooks",
+ "middleware",
+ "pre",
+ "post"
+ ],
+ "homepage": "https://github.com/bnoguchi/hooks-js/",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/bnoguchi/hooks-js.git"
+ },
+ "author": {
+ "name": "Brian Noguchi",
+ "email": "brian.noguchi@gmail.com",
+ "url": "https://github.com/bnoguchi/"
+ },
+ "main": "./hooks.js",
+ "directories": {
+ "lib": "."
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "dependencies": {},
+ "devDependencies": {
+ "expresso": ">=0.7.6",
+ "should": ">=0.2.1",
+ "underscore": ">=1.1.4"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ },
+ "licenses": [
+ "MIT"
+ ],
+ "optionalDependencies": {},
+ "_id": "hooks@0.2.0",
+ "_engineSupported": true,
+ "_npmVersion": "1.1.12",
+ "_nodeVersion": "v0.6.14",
+ "_defaultsLoaded": true,
+ "dist": {
+ "shasum": "0f43df2d3610eebb1e241d8c8b61b954ad858b9e"
+ },
+ "_from": "hooks@"
+}