forked from socketio/socket.io-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.17 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
35
36
{
"name": "socket.io-client"
, "description": "Socket.IO client for the browser and node.js"
, "version": "0.9.11"
, "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.2.5"
, "ws": "0.4.x"
, "xmlhttprequest": "1.4.2"
, "active-x-obfuscator": "0.0.1"
}
, "devDependencies": {
"expresso": "*"
, "express": "2.5.x"
, "jade": "*"
, "stylus": "*"
, "socket.io": "0.9.11"
, "socket.io-client": "0.9.11"
, "should": "*"
}
, "engines": { "node": ">= 0.4.0" }
}