Skip to content

Commit

Permalink
Updated dependencies, added app.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisckchang committed Aug 28, 2014
1 parent a01e9aa commit 20ec930
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// by Ben Wen with thanks to Aaron Heckmann

//
// Copyright 2012 ObjectLabs Corp.
// Copyright 2014 ObjectLabs Corp.
// ObjectLabs operates MongoLab.com a MongoDb-as-a-Service offering
//
// MIT Licensed
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "hello-mongoose",
"version": "0.1.0",
"version": "0.2.0",
"description": "MongoDB with Mongoose on Node.js example",
"main": "app.js",
"engines" : {
"node" : "0.8",
"npm" : ">=1.1"
"node" : "0.10.31",
"npm" : ">=1.4"
},
"repository": "https://github.com/mongolab/hello-mongoose.git",
"author": "Ben Wen",
"authors": [ "Ben Wen", "Chris Chang" ],
"license": "MIT",
"dependencies": {
"mongoose": "3.5.7"
"mongoose": "3.8.15"
},
"changelog" : [{"0.0.0": "Initial release"},
{"0.1.0": "Update to Mongoose 3.5.7; new MongoClient semantics"}],
{"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"],
"homepage" : "http://hello-mongoose.herokuapp.com"
}

0 comments on commit 20ec930

Please sign in to comment.