Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
package.json for installing npm dependencies
  • Loading branch information
iloire committed Jan 14, 2012
1 parent c043ee1 commit 9f04f2b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
@@ -0,0 +1,21 @@
{
"author": "Iván Loire <ivan@iloire.com> (http://iloire.com/)",
"name": "watchmen",
"description": "A Node.js HTTP monitor",
"version": "0.5.0",
"homepage": "http://letsnode.com",
"repository": {
"type": "git",
"url": "git://github.com/iloire/WatchMen.git"
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"colors": ">=0.6.0",
"ejs": ">=0.6.1",
"express": ">=2.5.6",
"redis": ">=0.7.1"
},
"devDependencies": {}
}

0 comments on commit 9f04f2b

Please sign in to comment.