-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 868 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
{
"name": "engine.io-stream",
"version": "0.4.3",
"description": "Make engine.io a valid node stream",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/engine.io-stream.git",
"homepage": "https://github.com/Raynos/engine.io-stream",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"main": "./server",
"browser": "./client.js",
"bugs": {
"url": "https://github.com/Raynos/engine.io-stream/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"engine.io": "0.7.12",
"engine.io-client": "0.7.12"
},
"devDependencies": {
"after": "0.8.1",
"zuul": "~1.0.10"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/engine.io-stream/raw/master/LICENSE"
}
],
"scripts": {
"test": "zuul -- test/index.js"
}
}