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.16 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",
"version": "1.0.0",
"keywords": ["realtime", "framework", "websocket", "tcp", "events", "client"],
"dependencies": {
"engine.io-client": "0.9.0",
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",
"bind": "http://github.com/component/bind/archive/0.0.1.tar.gz",
"object-component": "0.0.3",
"socket.io-parser": "1.1.0",
"to-array": "0.1.3",
"debug": "0.7.4"
},
"devDependencies": {
"socket.io": "https://github.com/LearnBoost/socket.io/archive/48936231eaca61f557dd44a5200a5cd4ac1545c9.tar.gz",
"mocha": "1.16.2",
"zuul": "1.5.2",
"istanbul": "0.2.1",
"expect.js": "0.2.0",
"uglify-js": "2.4.8",
"browserify": "2.35.1"
},
"scripts": {
"test": "make test"
},
"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"
}
}