forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forking to integrate WebSocket-Node.
- Loading branch information
1 parent
3a3044e
commit e9ca3a6
Showing
1 changed file
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -10,10 +10,11 @@ | |
, { "name": "Arnout Kazemier", "email": "[email protected]" } | ||
, { "name": "Vladimir Dronnikov", "email": "[email protected]" } | ||
, { "name": "Einar Otto Stangvik", "email": "[email protected]" } | ||
, { "name": "Rusty Burchfield", "email": "[email protected]" } | ||
] | ||
, "repository":{ | ||
"type": "git" | ||
, "url": "https://github.com/LearnBoost/socket.io.git" | ||
, "url": "https://github.com/GICodeWarrior/socket.io.git" | ||
} | ||
, "dependencies": { | ||
"socket.io-client": "0.9.9" | ||
|