Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Move to node 4.2.3, add/update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eljenso committed Dec 4, 2015
1 parent 8ecb1ef commit 376fec0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,27 @@
"bugs": {
"url": "https://github.com/eljenso/party-mate/issues"
},
"engines" : {
"node" : "4.2.3"
},
"dependencies": {
"glob": "^5.0.14",
"hapi": "^8.8.0",
"glob": "^6.0.1",
"hapi": "^11.x",
"hapio": "^1.3.1",
"inert": "^3.2.0",
"jade": "^1.9.2",
"mongoose": "^4.1.0",
"mongoose-construct": "0.0.1",
"mopidy": "^0.5.0",
"nedb": "^1.5.0",
"q": "^1.3.0",
"socket.io": "^1.3.6"
"socket.io": "^1.3.7",
"vision": "^4.0.1"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.3",
"gulp-node-debug": "0.0.2"
"gulp-node-debug": "0.0.3"
}
}

0 comments on commit 376fec0

Please sign in to comment.