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 20ec930 commit 7e01ea8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "hello-mongoose",
"description": "MongoDB with Mongoose on Node.js example",
"repository": "https://github.com/mongolab/hello-mongoose.git",
"keywords": ["node", "mongoose", "ODM"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"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"}],
"homepage" : "http://hello-mongoose.herokuapp.com"
}

0 comments on commit 7e01ea8

Please sign in to comment.