forked from socketio/socket.io-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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",
"version": "1.0.0",
"keywords": ["realtime", "framework", "websocket", "tcp", "events", "client"],
"dependencies": {
"engine.io-client": "0.4.3",
"emitter-component": "0.0.6",
"bind-component": "0.0.1",
"object-component": "0.0.3",
"socket.io-parser": "1.0.2",
"to-array": "0.1.3",
"debug": "*"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"uglify-js": "*"
},
"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" }
],
"component": {
"scripts": {
"engine.io/index.js": "lib/index.js",
"engine.io/manager.js": "lib/manager.js",
"engine.io/engine.js": "lib/engine.js",
"engine.io/socket.js": "lib/socket.js",
"engine.io/emitter.js": "lib/emitter.js"
}
}
}