summaryrefslogtreecommitdiff
path: root/node_modules/socket.io/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2012-09-24 16:22:07 -0400
committerJules Laplace <jules@okfoc.us>2012-09-24 16:22:07 -0400
commit686106d544ecc3b6ffd4db2b665d3bc879a58d8c (patch)
treea5b5e50237cef70e12f0745371896e96f5f6d578 /node_modules/socket.io/package.json
ok
Diffstat (limited to 'node_modules/socket.io/package.json')
-rw-r--r--node_modules/socket.io/package.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/node_modules/socket.io/package.json b/node_modules/socket.io/package.json
new file mode 100644
index 0000000..13e7c6e
--- /dev/null
+++ b/node_modules/socket.io/package.json
@@ -0,0 +1,69 @@
+{
+ "name": "socket.io",
+ "version": "0.9.4",
+ "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": {
+ "name": "Guillermo Rauch",
+ "email": "guillermo@learnboost.com"
+ },
+ "contributors": [
+ {
+ "name": "Guillermo Rauch",
+ "email": "rauchg@gmail.com"
+ },
+ {
+ "name": "Arnout Kazemier",
+ "email": "info@3rd-eden.com"
+ },
+ {
+ "name": "Vladimir Dronnikov",
+ "email": "dronnikov@gmail.com"
+ },
+ {
+ "name": "Einar Otto Stangvik",
+ "email": "einaros@gmail.com"
+ }
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/LearnBoost/socket.io.git"
+ },
+ "dependencies": {
+ "socket.io-client": "0.9.4",
+ "policyfile": "0.0.4",
+ "redis": "0.6.7"
+ },
+ "devDependencies": {
+ "expresso": "0.9.2",
+ "should": "0.0.4",
+ "benchmark": "0.2.2",
+ "microtime": "0.1.3-1",
+ "colors": "0.5.1"
+ },
+ "main": "index",
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "_id": "socket.io@0.9.4",
+ "optionalDependencies": {},
+ "_engineSupported": true,
+ "_npmVersion": "1.1.12",
+ "_nodeVersion": "v0.6.14",
+ "_defaultsLoaded": true,
+ "dist": {
+ "shasum": "ad1649320fe4b1f98ff3d24e74d50ac27bc6ac24"
+ },
+ "_from": "socket.io@0.9.4"
+}