-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed; package json is now actual json (fixes #199)
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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,9 @@ | ||
{ | ||
"name": "socket.io-node", | ||
, "version": "0.7.0", | ||
, "description": "WebSockets everywhere", | ||
, "keywords": ["websocket", "socket", "realtime"], | ||
, "author": "Guillermo Rauch <[email protected]>", | ||
"name": "socket.io-node" | ||
, "version": "0.7.0" | ||
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API" | ||
, "keywords": ["websocket", "socket", "realtime"] | ||
, "author": "Guillermo Rauch <[email protected]>" | ||
, "contributors": [ | ||
{ "name": "Guillermo Rauch", "email": "[email protected]" } | ||
, { "name": "Arnout Kazemier", "email": "[email protected]" } | ||
|