Skip to content

Commit

Permalink
a package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Nov 26, 2011
1 parent a8ab3ae commit 0c9eb4c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
@@ -0,0 +1,35 @@
{
"name" : "password-reset",
"description" : "middleware for password reset emails",
"version" : "0.0.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-password-reset.git"
},
"main" : "index.js",
"keywords" : [
"middleware",
"web",
"passwore",
"reset"
],
"directories" : {
"lib" : ".",
"example" : "example"
},
"dependencies" : {
"mailer" : "0.6.x"
},
"devDependencies" : {
"express" : "2.5.x"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}

0 comments on commit 0c9eb4c

Please sign in to comment.