Skip to content

Commit

Permalink
Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jun 9, 2012
0 parents commit 7eba9e0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
test/
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "redsmin",
"description": "Redsmin daemon for the Redsmin service",
"version": "0.1.0",
"keywords": [
"redis",
"redsmin",
"proxy"
],
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com)",
"contributors": [],
"homepage": "http://invite.redsmin.com",
"preferGlobal": true,
"main": "index",
"bugs": {
"url": "https://github.com/FGRibreau/redsmin/issues",
"email": "[email protected]"
},
"scripts": {
"start": "node ./bin/redsmin-daemon.js"
},
"bin": "./bin/redsmin-daemon.js",
"dependencies": {
"optimist": "~0.3.4",
"lodash": "~0.3.0",
"socket.io-client": "~0.9.6"
},
"engines": {
"node": ">=0.4.6"
},
"repository": {
"type": "git",
"url": "git://github.com/FGRibreau/redsmin.git"
}
}

0 comments on commit 7eba9e0

Please sign in to comment.