Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Feb 25, 2012
1 parent 4ba9c0f commit f778859
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "hooks",
"description": "Adds pre and post hook functionality to your JavaScript methods.",
"version": "0.1.9",
"keywords": [ "node", "hooks", "middleware", "pre", "post" ],
"version": "0.2.0",
"keywords": [
"node",
"hooks",
"middleware",
"pre",
"post"
],
"homepage": "https://github.com/bnoguchi/hooks-js/",
"repository": {
"type": "git",
Expand All @@ -16,15 +22,17 @@
"scripts": {
"test": "make test"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"expresso": ">=0.7.6",
"should": ">=0.2.1",
"underscore": ">=1.1.4"
"underscore": ">=1.1.4"
},
"engines": {
"node": ">=0.4.0"
},
"licenses": [ "MIT" ]
}
"licenses": [
"MIT"
],
"optionalDependencies": {}
}

0 comments on commit f778859

Please sign in to comment.