Skip to content

Commit

Permalink
Added ms dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 10, 2012
1 parent 240d053 commit 9ec2766
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Expand Up @@ -6,8 +6,18 @@
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/jog.git" }
, "bin": { "jog": "./bin/jog" }
, "dependencies": { "debug": "*", "redis": "0.7.1", "commander": "0.5.2" }
, "devDependencies": { "mocha": "*", "should": "*", "JSONSelect": "*", "canvas": "*" }
, "dependencies": {
"debug": "*",
"redis": "0.7.1",
"commander": "0.5.2",
"ms": "0.1.0"
}
, "devDependencies": {
"mocha": "*",
"should": "*",
"JSONSelect": "*",
"canvas": "*"
}
, "main": "index"
, "engines": { "node": "*" }
}

0 comments on commit 9ec2766

Please sign in to comment.