Created
January 7, 2013 15:30
-
-
Save 3rd-Eden/4475841 to your computer and use it in GitHub Desktop.
https://raw.github.com/LearnBoost/socket.io/master/package.json Bundling redis instead of an optional dependency
This file contains hidden or 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
{ | |
"name": "socket.io" | |
, "version": "0.9.13" | |
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API" | |
, "homepage": "http://socket.io" | |
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"] | |
, "author": "Guillermo Rauch <[email protected]>" | |
, "contributors": [ | |
{ "name": "Guillermo Rauch", "email": "[email protected]" } | |
, { "name": "Arnout Kazemier", "email": "[email protected]" } | |
, { "name": "Vladimir Dronnikov", "email": "[email protected]" } | |
, { "name": "Einar Otto Stangvik", "email": "[email protected]" } | |
] | |
, "repository":{ | |
"type": "git" | |
, "url": "https://github.com/LearnBoost/socket.io.git" | |
} | |
, "dependencies": { | |
"socket.io-client": "0.9.11" | |
, "policyfile": "0.0.4" | |
, "base64id": "0.1.0" | |
} | |
, "devDependencies": { | |
"expresso": "0.9.2" | |
, "should": "*" | |
, "benchmark": "0.2.2" | |
, "microtime": "0.1.3-1" | |
, "colors": "0.5.1" | |
, "redis": "0.7.2" | |
} | |
, "bundledDependencies": [ | |
"redis" | |
] | |
, "main": "index" | |
, "engines": { "node": ">= 0.4.0" } | |
, "scripts": { | |
"test": "make test" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment