Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
[deps] more frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Dec 29, 2011
1 parent 870dff5 commit 6bf14f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,9 @@
, "keywords" :
["couchdb", "data", "request", "json", "nosql", "micro", "nano", "database"]
, "dependencies" : {"request": "2.9.3", "underscore": "1.2.3"}
, "devDependencies" : { "async": "0.1.15", "ensure": "0.4.6", "nock": "0.5.5"}
, "devDependencies" :
{ "async": "0.1.15", "ensure": "0.4.6", "nock": "0.5.5"
, "tap-runner": "0.0.7", "tap-producer": "0.0.1"}
, "scripts" : { "test": "./node_modules/ensure/bin/tap.js tests/*/*.js" }
, "main" : "./nano.js"
, "engines" : { "node": ">=0.3.6" }
Expand Down

0 comments on commit 6bf14f1

Please sign in to comment.