-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
46 lines (46 loc) · 961 Bytes
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "socket.io-stream",
"version": "0.9.1",
"description": "stream for socket.io",
"author": "Naoyuki Kanezawa <[email protected]>",
"contributors": [
{
"name": "Naoyuki Kanezawa",
"email": "[email protected]"
},
{
"name": "Aaron O'Mullan",
"email": "[email protected]"
}
],
"keywords": [
"stream",
"socket.io",
"binary",
"file",
"upload",
"download"
],
"repository": {
"type": "git",
"url": "git://github.com/nkzawa/socket.io-stream.git"
},
"scripts": {
"prepublish": "make build",
"test": "make test"
},
"dependencies": {
"component-bind": "~1.0.0",
"debug": "~2.2.0"
},
"devDependencies": {
"blob": "0.0.4",
"browserify": "~13.1.0",
"expect.js": "~0.3.1",
"mocha": "~3.0.2",
"socket.io": "~1.4.8",
"socket.io-client": "~1.4.8",
"zuul": "~3.11.1",
"zuul-ngrok": "~4.0.0"
}
}