Skip to content

Commit

Permalink
Commit rauchg#1: Fix package.json to get the heroku app running
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSachinSBhat committed Feb 7, 2017
1 parent a6221a8 commit 27c748a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "socket-chat-example",
"version": "0.0.1",
"engines": {
"node": "6.2.0"
},
"description": "my first socket.io app",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "4.10.2",
"socket.io": "1.2.0"
"express": "4.13.4",
"socket.io": "1.4.6"
}
}

0 comments on commit 27c748a

Please sign in to comment.