Skip to content

Commit

Permalink
Updated for SCRAM-SHA-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisckchang committed Oct 14, 2015
1 parent bead536 commit d873461
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "hello-mongoose",
"version": "0.2.0",
"version": "0.3.0",
"description": "MongoDB with Mongoose on Node.js example",
"main": "app.js",
"engines" : {
"node" : "0.10.31",
"npm" : ">=1.4"
"node" : ">=4.1.1",
"npm" : ">=2.1.x"
},
"repository": "https://github.com/mongolab/hello-mongoose.git",
"authors": [ "Ben Wen", "Chris Chang" ],
"license": "MIT",
"dependencies": {
"mongoose": "3.8.15"
"mongoose": ">=4.1.11"
},
"changelog" : [{"0.0.0": "Initial release"},
{"0.1.0": "Update to Mongoose 3.5.7; new MongoClient semantics"},
{"0.2.0": "Update to Mongoose 3.8.15; updated Node engine to 0.10.31; updated npm engine to >=1.4"}],
{"0.2.0": "Update to Mongoose 3.8.15; updated Node engine to 0.10.31; updated npm engine to >=1.4"},
{"0.3.0": "Update to Mongoose >=4.1.11; updated Node engine to >=4.1.1; updated npm engine to >=2.1.x"}],
"homepage" : "http://hello-mongoose.herokuapp.com"
}

0 comments on commit d873461

Please sign in to comment.