Skip to content

Commit

Permalink
Add mongodb to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
szechyjs committed Feb 21, 2017
1 parent 35e7333 commit 4c8744e
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "application-name"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "2.5.2"
, "jade": "1.1.x"
, "stylus": ">= 0.0.1"
, "mongoskin": ">= 0.0.1"
, "socket.io": ">= 0.0.1"
, "coffee-script": "latest"
}
}
{
"name": "crb-register",
"version": "0.0.1",
"private": true,
"dependencies": {
"coffee-script": "latest",
"express": "2.5.2",
"jade": "1.1.x",
"mongodb": "^2.2.24",
"mongoskin": ">= 0.0.1",
"socket.io": ">= 0.0.1",
"stylus": ">= 0.0.1"
}
}

0 comments on commit 4c8744e

Please sign in to comment.