forked from websockets/ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
{
"author": "Einar Otto Stangvik <[email protected]> (http://2x.io)",
"name": "ws",
"description": "simple and very fast websocket protocol client for node.js",
"version": "0.3.8",
"repository": {
"type": "git",
"url": "git://github.com/einaros/ws.git"
},
"contributors": [
{ "name": "Einar Otto Stangvik", "email": "[email protected]" },
{ "name": "Maciej Małecki", "email": "[email protected]" },
{ "name": "Arnout Kazemier", "email": "[email protected]" }
],
"bin": {
"wscat": "./bin/wscat"
},
"scripts": {
"test": "make test",
"preinstall": "make validator"
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"commander": "0.5.0",
"options": "latest"
},
"devDependencies": {
"mocha": "0.3.x",
"should": "0.3.2",
"benchmark": "0.3.x",
"tinycolor": "0.x"
}
}