diff options
Diffstat (limited to 'node_modules/socket.io-client/package.json')
| -rw-r--r-- | node_modules/socket.io-client/package.json | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/node_modules/socket.io-client/package.json b/node_modules/socket.io-client/package.json new file mode 100644 index 0000000..cd960d9 --- /dev/null +++ b/node_modules/socket.io-client/package.json @@ -0,0 +1,69 @@ +{ + "name": "socket.io-client", + "description": "Socket.IO client for the browser and node.js", + "version": "0.9.4", + "main": "./lib/io.js", + "browserify": "./dist/socket.io.js", + "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-client.git" + }, + "dependencies": { + "uglify-js": "1.2.5", + "ws": "0.4.x", + "xmlhttprequest": "1.2.2", + "active-x-obfuscator": "0.0.1" + }, + "devDependencies": { + "expresso": "*", + "express": "2.5.x", + "jade": "*", + "stylus": "*", + "socket.io": "0.9.4", + "socket.io-client": "0.9.4" + }, + "engines": { + "node": ">= 0.4.0" + }, + "_id": "socket.io-client@0.9.4", + "optionalDependencies": {}, + "_engineSupported": true, + "_npmVersion": "1.1.12", + "_nodeVersion": "v0.6.14", + "_defaultsLoaded": true, + "dist": { + "shasum": "4c4de0ab5739589c09d79c31eb7493ae71975f4f" + }, + "_from": "socket.io-client@0.9.4" +} |
