forked from rauchg/chat-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit rauchg#1: Fix package.json to get the heroku app running
- Loading branch information
1 parent
a6221a8
commit 27c748a
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |