forked from crossbario/autobahn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 KB
/
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
47
{
"name": "autobahn",
"version": "17.5.1",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"scripts": {
"test": "nodeunit test/test.js"
},
"engines": {
"node": ">= 4.2.6"
},
"dependencies": {
"crypto-js": ">= 3.1.8",
"int64-buffer": ">= 0.1.9",
"msgpack-lite": ">= 0.1.26",
"cbor": ">= 3.0.0",
"tweetnacl": ">= 0.14.3",
"when": ">= 3.7.7",
"ws": ">= 1.1.4"
},
"optionalDependencies": {
"bufferutil": ">= 1.2.1",
"utf-8-validate": ">= 1.2.1"
},
"devDependencies": {
"browserify": ">= 13.1.1",
"deep-equal": ">= 1.0.1",
"google-closure-compiler": "^20170218.0.0",
"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"
}