Skip to content

Commit

Permalink
Setup the package.json file so that this module can be published to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
danpres14 committed Nov 2, 2012
1 parent d408273 commit 9f1ec88
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
@@ -0,0 +1,11 @@
{
"name": "redisMsgQueue",
"description": "A lightweight message queue using redis as the data store.",
"author": "Dan Prescott <danpres14@gmail.com> - Short Line Design Inc.",
"dependencies": {
"underscore": "1.4.x"
},
"devDependencies": {
},
"engine": "node >= 0.8.9"
}

0 comments on commit 9f1ec88

Please sign in to comment.