diff --git a/package.json b/package.json index d978527..98bb30b 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,48 @@ { - "name": "websocket.io" - , "description": "Socket.IO websocket server" - , "version": "0.2.1" - , "contributors": [ - { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" } - , { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" } - , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" } - , { "name": "Nico Kaiser", "email": "nico@kaiser.me" } - , { "name": "Andor Goetzendorff", "email": "andor.g@mytum.de" } - ] - , "dependencies": { - "debug": "*" - , "ws": "0.4.20" - } - , "devDependencies": { - "mocha": "*" - , "should": "*" - , "colors": "*" - , "benchmark": "0.2.2" - } - , "main": "lib/websocket.io" - , "engines": { "node": ">=0.4.0" } - , "scripts": { + "name": "websocket.io", + "description": "Socket.IO websocket server", + "version": "0.2.1", + "contributors": [ + { + "name": "Guillermo Rauch", + "email": "rauchg@gmail.com" + }, + { + "name": "Einar Otto Stangvik", + "email": "einaros@gmail.com" + }, + { + "name": "Arnout Kazemier", + "email": "info@3rd-eden.com" + }, + { + "name": "Nico Kaiser", + "email": "nico@kaiser.me" + }, + { + "name": "Andor Goetzendorff", + "email": "andor.g@mytum.de" + } + ], + "dependencies": { + "debug": "*", + "ws": "0.4.20" + }, + "devDependencies": { + "mocha": "*", + "should": "*", + "colors": "*", + "benchmark": "0.2.2" + }, + "main": "lib/websocket.io", + "engines": { + "node": ">=0.4.0" + }, + "scripts": { "test": "make test" + }, + "repository": { + "type": "git", + "url": "https://github.com/LearnBoost/websocket.io.git" } }