forked from 3rd-Eden/Socket.IO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "socket.io-client"
, "description": "Socket.IO client for the browser and node.js"
, "version": "0.8.7"
, "main" : "./lib/io.js"
, "browserify": "./dist/socket.io.js"
, "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-client.git"
}
, "dependencies": {
"uglify-js": "1.0.6"
, "websocket-client": "1.0.0"
, "xmlhttprequest": "1.2.2"
}
, "devDependencies": {
"expresso": "0.7.7"
, "express": "2.3.11"
, "jade": "0.12.1"
, "stylus": "0.13.3"
, "socket.io": "0.8.7"
, "socket.io-client": "0.8.7"
}
, "engines": { "node": ">= 0.4.0" }
}