forked from theturtle32/WebSocket-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 677 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "websocket",
"description": "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.",
"keywords": ["websocket", "websockets", "socket", "networking", "comet", "push"],
"author": "Brian McKelvey <brian@worlize.com> (https://www.worlize.com/)",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "http://github.com/Worlize/WebSocket-Node.git"
},
"engines": {
"node": ">=0.6.10"
},
"config": {
"verbose" : false
},
"scripts": {
"install": "node install.js"
},
"main": "index",
"directories": {
"lib": "./lib"
}
}