UNPKG

1.04 kBJSONView Raw
1{
2 "name": "socket.io-client"
3 , "description": "Socket.IO client for the browser and node.js"
4 , "version": "0.7.1"
5 , "main" : "./lib/io.js"
6 , "browserify": "./dist/socket.io.js"
7 , "homepage": "http://socket.io"
8 , "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
9 , "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
10 , "author": "Guillermo Rauch <guillermo@learnboost.com>"
11 , "contributors": [
12 { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
13 , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
14 , { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }
15 ]
16 , "repository": {
17 "type": "git"
18 , "url": "https://github.com/LearnBoost/Socket.IO.git"
19 }
20 , "devDependencies": {
21 "expresso": "0.7.7"
22 , "express": "2.3.11"
23 , "jade": "0.12.1"
24 , "stylus": "0.13.3"
25 , "socket.io": "0.7.1"
26 , "socket.io-client": "0.7.1"
27 }
28 , "engines": { "node": ">= 0.4.0" }
29}