Skip to content

Commit

Permalink
Removes dev deps unused in the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsubrian committed Oct 23, 2012
1 parent b5b15a5 commit 9d456ef
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@
, "repository": { "type": "git", "url": "git://github.com/visionmedia/jog.git" } , "repository": { "type": "git", "url": "git://github.com/visionmedia/jog.git" }
, "bin": { "jog": "./bin/jog" } , "bin": { "jog": "./bin/jog" }
, "dependencies": { , "dependencies": {
"debug": "*", "debug": "*",
"redis": "0.8.1", "redis": "0.8.1",
"commander": "0.5.2", "commander": "0.5.2",
"ms": "0.1.0" "ms": "0.1.0"
} }
, "devDependencies": { , "devDependencies": {
"mocha": "*", "mocha": "*",
"should": "*", "should": "*"
"JSONSelect": "*", }
"canvas": "*"
}
, "main": "index" , "main": "index"
, "engines": { "node": "*" } , "engines": { "node": "*" }
} }

0 comments on commit 9d456ef

Please sign in to comment.