forked from crossbario/autobahn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1022 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
{
"name": "autobahn",
"version": "0.11.2",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"scripts": {
"test": "nodeunit test/test.js"
},
"dependencies": {
"crypto-js": ">= 3.1.8",
"tweetnacl": ">= 0.14.3",
"when": ">= 3.7.7",
"ws": ">= 1.1.1",
"msgpack-lite": ">= 0.1.26",
"int64-buffer": ">= 0.1.9"
},
"optionalDependencies": {
"bufferutil": ">= 1.2.1",
"utf-8-validate": ">= 1.2.1"
},
"devDependencies": {
"browserify": ">= 13.1.1",
"nodeunit": ">= 0.10.2"
},
"browser": {
"ws": false,
"lib/transport/rawsocket.js": false
},
"repository": {
"type": "git",
"url": "git://github.com/crossbario/autobahn-js.git"
},
"keywords": [
"WAMP",
"WebSocket",
"RPC",
"PubSub"
],
"author": "Crossbar.io Technologies GmbH",
"license": "MIT"
}