Skip to content

Commit

Permalink
clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junosuarez committed Oct 28, 2013
1 parent 665fbe4 commit d351d41
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Expand Up @@ -21,22 +21,19 @@
"author": "jden <jason@denizac.org>",
"license": "MIT",
"devDependencies": {
"chai": "~1.5.0",
"sinon": "~1.5.2",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"chai-interface": "~1.1.0",
"sinon-chai": "~2.4.0",
"mocha": "~1.8.1",
"moquire": "~1.5.4"
},
"dependencies": {
"q": "~0.9.4",
"through": "~2.2.0",
"through": "~2.3.4",
"mongodb": "~1.3.19",
"maskurl": "~0.1.0",
"quotemeta": "0.0.0",
"to-string": "~0.2.0",
"clone": "~0.1.9",
"charybdis": "~0.1.1",
"sinon-chai": "~2.4.0",
"chai": "~1.7.2"
"charybdis": "~0.1.1"
}
}

0 comments on commit d351d41

Please sign in to comment.